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.
We have some developers that haven't been following our naming standards and have been creating confusion with their branch tag names. I know that is possible to change regular labels by: 1) Adding the new label where the old label exists: cvs rtag -r oldlabel newlabel modulename 2) Removing all instances of the old label: cvs rtag -d oldlabel modulename Is it possible to do the same with branch tags? I've been experimenting with it and haven't found a working solution.