Re: [git-users] Re: file locking

2013-03-14 Thread Konstantin Khomoutov
On Wed, 13 Mar 2013 15:18:58 -0400 wor...@alum.mit.edu (Dale R. Worley) wrote: [...] > Modern version control systems incorporate techniques to allow people > to work effectively without needing locking. I suggest you revisit > your perceived need for locking to check whether you really need it.

Re: [git-users] Re: file locking

2013-03-13 Thread Dale R. Worley
> From: yosi.tsu...@gmail.com > > do you know any software that does what i need? RCS does have such locking. But most modern version control systems do not have such locking. Even CVS (created in 1990, i.e., 23 years ago) does not lock. Indeed its name is "Concurrent Versions System" -- its ma

Re: [git-users] Re: file locking

2013-03-13 Thread William Seiti Mizuta
On Wed, Mar 13, 2013 at 8:16 AM, Konstantin Khomoutov < flatw...@users.sourceforge.net> wrote: > On Wed, 13 Mar 2013 03:15:45 -0700 (PDT) > yosi.tsu...@gmail.com wrote: > > > > > do you know any software that does what i need? > > > > > > Subversion is a popular solution which supports locking. >

Re: [git-users] Re: file locking

2013-03-13 Thread Konstantin Khomoutov
On Wed, 13 Mar 2013 03:15:45 -0700 (PDT) yosi.tsu...@gmail.com 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 wel

Re: [git-users] Re: file locking

2013-03-13 Thread yosi . tsuman
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) > yosi@gmail.com wrote:

Re: [git-users] Re: file locking

2013-03-13 Thread Konstantin Khomoutov
On Wed, 13 Mar 2013 02:41:16 -0700 (PDT) yosi.tsu...@gmail.com 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

[git-users] Re: file locking

2013-03-13 Thread yosi . tsuman
do you know any software that does what i need? בתאריך יום רביעי, 13 במרץ 2013 12:34:36 UTC+3, מאת Thomas Ferris Nicolaisen: > > On Wednesday, March 13, 2013 10:30:52 AM UTC+1, yosi@gmail.com wrote: > >> Hello >> >> I want to install git repository on my server but before that I need to >> if

[git-users] Re: file locking

2013-03-13 Thread Thomas Ferris Nicolaisen
On Wednesday, March 13, 2013 10:30:52 AM UTC+1, yosi@gmail.com wrote: > Hello > > I want to install git repository on my server but before that I need to if > git lock file that been pulled? > > Me and my teammate need to work on the same project, but if I work on a > file, the file need to