i just need to lock the file only when i work on it. so when someone else try to change the file that im currently working on it he wont be able to
בתאריך יום רביעי, 13 במרץ 2013 13:02:25 UTC+3, מאת Konstantin Khomoutov: > > On Wed, 13 Mar 2013 02:41:16 -0700 (PDT) > [email protected] <javascript:> wrote: > > > do you know any software that does what i need? > > Subversion is a popular solution which supports locking. > > But you just might reconsider your approach as locking is beleived to > have its downsides as well. One popular example is a developer locking > a bunch of files and going AWOL, which turns locking into a social > problem thus throwing you into the same class of problem you have in a > lockless system like Git. Hence you might just consider setting up a > policy for your developers to communicate their efforts and not step on > each one's toes. > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
