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.
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.