>From a set of files in the repository which are tagged as Dev13, I want the tag Dev13 
>to point to the latest versions of these files. (Moving the tag in CVS terminology?) 
>But i don't want to specify each file. I want a command to automatically find all the 
>files associated with a tag and move this tag for those files to the latest version 
>of those files.

Will the following command update the tag Dev13 to point to the newest versions in the 
repository?? (It should work only for the files that were tagged with this tagname 
before)


cvs rtag -F Dev13
(no module name is specified, cause i am in that projects working copy)
Or is the module name required?
 
Arcin



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

Reply via email to