[cvsnt] Re: Changing branch tag labels?
Kevin
zzz at zzz.zzz.org
Thu Mar 18 12:48:45 GMT 2004
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.
>
More information about the cvsnt
mailing list