[Cvsnt] Change and Delete version number
Elliot Murphy
elliot.murphy at veritas.com
Fri Apr 19 03:54:44 BST 2002
Alfred,
I'll try to answer the questions you asked and leave the dogma out of it.
To force the revision number to change from 1.19 to 2.0,
you can use the -r option on the checkin command.
This works for me, you can also specify branch revisions.
cvs ci -m"bumping rev to 2.0" -f -r 2.0 filename.c
To delete a revision or a range of revisions, use the -o option on the
admin command. This should delete revision 2.0.
cvs admin -o 2.0 filename.c
-elliot
_______________________________________________
Cvsnt mailing list
Cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list