info-cvs
[Top][All Lists]
Advanced

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

Re: problem of giving LOCK to one file


From: Kaz Kylheku
Subject: Re: problem of giving LOCK to one file
Date: Thu, 4 Apr 2002 16:18:16 -0800 (PST)

On Thu, 4 Apr 2002, Saroj Dalal wrote:

> 5. Is their any medhod so that we can provide LoCK to makefile so that users 
> can checkout Makefile, can edit makefile in home dir but cant checkin 
> makefile into cvs

If you do that, developers won't be able to do their work. For example,
if someone adds a new source file to the project, but does not publish
the corresponding change to the Makefile, the compilation and linking
will break for everyone else who picks up the new changes.

CVS allows everyone to change the Makefile in parallel and then to
merge the changes. Always update before you commit to incorporate
the latest changes from the repository, and ensure that what you commit
works.

-- 
Meta-CVS: solid version control tool with directory structure versioning. 
http://users.footprints.net/~kaz/mcvs.html




reply via email to

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