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.
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 https://www.march-hare.com/cvspro/en.asp#downcvs