info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: restricting concurrent editing


From: CHARLES HART, BLOOMBERG/ 499 PARK
Subject: Re: restricting concurrent editing
Date: Thu, 6 Feb 2003 09:47:15 -0500 (EST)

> >  can any body tell me how to restrict users editing the same file at a time
> That's against the philosophy behind CVS. CVS was designed to explicitly
> _allow_ people from editing a file at the same time. In case of no
Not quite. CVS is designed to make concurrent editing feasable. That doesn't
mean you need to do it, and if you do it, you don't necessarily have  to do it
on the same branch.

There are two ways to deal with your problem.  The complex one is to make
everybody work on their own branch.  This will have "overhead" in your process.
More simply, and probably what you want is the command "cvs admin -l".  It will
lock a revision until you checkin or somebody else uses "cvs admin -u". -CTH







reply via email to

[Prev in Thread] Current Thread [Next in Thread]