[cvsnt] tagging and branching

Ian Huynh ianh at hubspan.com
Mon Oct 27 23:26:11 GMT 2003


how do I create a tag on a branch ?

i've created a tag on the main trunk

	cvs rtag -F myLabel  myModule

then followed by a branch 

      cvs rtag -b -r myLabel  myBranch myModule  

followed by a checkout on the branch

	cvs checkout -r myBranch  myModule

made changes to a bunch of code and committed.

now our QA folks wants to rtag (not tag) the latest on myBranch (not the main trunk) to compile a build.
How would I do that?   

Thanks.


More information about the cvsnt mailing list