cvs-cvs
[Top][All Lists]
Advanced

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

[Cvs-cvs] Checkout using cumulative tags


From: Jean-Michael Legait
Subject: [Cvs-cvs] Checkout using cumulative tags
Date: Wed, 16 Sep 2009 09:59:28 +0200

Hello CVS Team !

I would like to perform a checkout action using a list of tags.
So, I have tried the following example:

'MyModule/myFile.c' tagged with TAG_FILE
'MyModule/myOtherFile.c' tagged with TAG_OTHER_FILE

Then, I have launched:
cvs co -r TAG_FILE MyModule
I got 'MyModule/myFile.c'

Then, I have launched:
cvs -r TAG_OTHER_FILE MyModule
And I got 'MyModule/myOtherFile.c' BUT the file 'MyModule/myFile.c' has been removed.
Is it possible to change this behavior in order to keep the checkouted files? And to update locally, only the files concerned by the cvs tag?

Thank you for you help,

Best Regards,
Jean-Michael


reply via email to

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