How to move CVS tag?
Jerry Davis
plug-devel@lists.PLUG.phoenix.az.us
Tue Mar 30 20:18:02 2004
On Tuesday 30 March 2004 06:33 pm, Alan Dayley wrote:
Usage: cvs tag [-bcdFflR] [-r rev|-D date] tag [files...]
-b Make the tag a "branch" tag, allowing concurrent development.
-B Allows -F and -d to disturb branch tags. Use with extreme
care.
-c Check that working files are unmodified.
-d Delete the given tag.
-F Move tag if it already exists.
-f Force a head revision match if tag/date not found.
-l Local directory only, not recursive.
-R Process directories recursively.
-r rev Existing revision/tag.
-D Existing date.
OTTOMH,
I would try the cvs tag -F -r 1.1.2.5 TagA filename
Jerry
> Calling all CVS experienced users:
>
> I have a file in the repostory on a branch, say "BranchA". It is at
> revision 1.1.2.6 and is tagged with "TagA" but this tag is wrong. TagA
> should have been applied to revision 1.1.2.5.
>
> What command or commands to I issue to delete "TagA" from revision
> 1.1.2.6 and apply it to revision 1.1.2.5?
>
> I haven't needed to do this before.
>
> Alan
>
>
> _______________________________________________
> PLUG-devel mailing list - PLUG-devel@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-devel