Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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 cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook > 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 cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook > http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt https://www.march-hare.com/cvspro/en.asp#downcvs >