I would like to attach specific tags to some files and not modules or directories, how can I do that?

cvs tag TAG_NAME <list of files>


Also, how can I checkout only a file with a specific tag?

to get files tagged with TAG_NAME in a module cvs co -r TAG_NAME <module_name>

to get particular file
cvs co -r TAG_NAME <file_name>

HTH
Rohan



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

Reply via email to