Steven
2003-07-30 08:27:53 UTC
I want to move a tag of a file from version 1.3 to 1.5, I have checked
the help and documents of cvs, but it doesn't work. Would anyone help me?
I use:
$ cvs tag
Usage: cvs tag [-bcdFflR] [-r rev|-D date] tag [files...]
-b Make the tag a "branch" tag, allowing concurrent
development.
-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.
(Specify the --help global option for a list of other help options)
$ cvs tag -F -r1.5 filename
tag.archive: dir/test...
cvs server: Pre-tag check failed
cvs [server aborted]: correct the above errors first!
Am I wrong? Thank you very much!
the help and documents of cvs, but it doesn't work. Would anyone help me?
I use:
$ cvs tag
Usage: cvs tag [-bcdFflR] [-r rev|-D date] tag [files...]
-b Make the tag a "branch" tag, allowing concurrent
development.
-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.
(Specify the --help global option for a list of other help options)
$ cvs tag -F -r1.5 filename
tag.archive: dir/test...
cvs server: Pre-tag check failed
cvs [server aborted]: correct the above errors first!
Am I wrong? Thank you very much!
--
Steven Ding
Steven Ding