We're using an open source development/qa tool that
acts as a front end to CVS.  A developer creates a
'change', adds their files to it, and makes their
changes.  When finished, the developer closes the
change, which checks the files in. That change is then
supposed to pass through a series of test gates before
being considered 'safe to apply' by others. The main
flaw with it though, is this:

Developer 1 creates a change containing File1 in a new
directory "newdir".
Developer 2 applies that change, creates a new change
with File2 in "newdir".

CVS now has a directory "newdir", containing File1 and
File2.
Now, when any other developer applies that first
change, there's a new directory, "newdir".  The tool
executes "cvs co -l newdir", which has the effect of
retrieving all the files (i.e. File1 and File2).

Is there a way to only check out File1?  Thanks.

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to