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.
Try: cvs -H rtag AFAIK you can move tags with -F in one step. Use -B for branch tags. -- Kevin Agius <coliva at simon.com> wrote in message news:mailman.183.1079550055.4647.cvsnt at cvsnt.org... > 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. >