[cvsnt] tagging and branching
Ian Huynh
ianh at hubspan.com
Mon Oct 27 23:33:56 GMT 2003
I've looked at the documentation and it eludes to -r option
eg.
cvs rtag -r myBranch myTag_For_myBranch
but -r is described in the help file as followed:
-r tag
Only tag those files that contain tag. This can be used to rename a tag: tag only the files identified by the old tag, then delete the old tag, leaving the new tag on exactly the same files as the old tag.
My questions are:
1. i don't want the old tag removed
2. what about new files added to myBranch? Would they have a tag myBranch ? If not, how would they be included
in myTag_For_myBranch?
Thanks.
> -----Original Message-----
> From: cvsnt-bounces at cvsnt.org
> [mailto:cvsnt-bounces at cvsnt.org]On Behalf
> Of Ian Huynh
> Sent: Monday, October 27, 2003 3:26 PM
> To: cvsnt at cvsnt.org
> Subject: [cvsnt] tagging and branching
>
>
> 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.
> _______________________________________________
> cvsnt mailing list
> cvsnt at cvsnt.org
> http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
>
More information about the cvsnt
mailing list