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.
Can't be done. Use tags instead to define the current file set as the one before the new stuff got loaded in. Best regards, Bo Berglund -----Original Message----- From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf Of Elim Sent: den 8 mars 2007 23:23 To: cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook Subject: [cvsnt] how commit -r work? I have a project in objC (like c/c++). and I want to make all the files to have revision number 2.0 (or 2.1) before I checkin big changes. I'm using win2k/cvsnt 2.5.03 at server side and the developer/client side is winxp / Cygwin / CVS 1.11.22. It works fine so far for just check in and out the code / projects. But now I get problem to specify revision number for one of my projects. F:\home\YL\Projects\wo\EObjects>cvs commit -m "make rev 2 before big changes" -r 2.0 cvs commit: Examining . cvs server: nothing known about `2.0' cvs server: nothing known about `--' cvs [server aborted]: correct above errors first! Any advices are greatly appreciated.