Discussion:
Problem with Force revision/branch
Viswanath L
2009-10-28 05:56:27 UTC
Permalink
When I try to force a revision no. using 'Force revision/branch' in the
Commit dialog box I get the following error message:

cvs commit -m "no message" -r 5.0 version_number.h (in directory
E:\work\ACIP_app\app_controller\)
cvs server: nothing known about `5.0'
cvs [server aborted]: correct above errors first!


*****CVS exited normally with code 1*****

Any inputs on how to resolve the same? I am using CVS server ver.
2.5.04.3510 and WinCVS 1.3.8.
--
View this message in context: http://www.nabble.com/Problem-with-Force-revision-branch-tp26089740p26089740.html
Sent from the Gnu - Cvs - Info mailing list archive at Nabble.com.
Todd Denniston
2009-10-30 19:16:02 UTC
Permalink
Post by Viswanath L
When I try to force a revision no. using 'Force revision/branch' in the
cvs commit -m "no message" -r 5.0 version_number.h (in directory
E:\work\ACIP_app\app_controller\)
cvs server: nothing known about `5.0'
cvs [server aborted]: correct above errors first!
*****CVS exited normally with code 1*****
Any inputs on how to resolve the same? I am using CVS server ver.
2.5.04.3510 and WinCVS 1.3.8.
If I Recall Correctly, there is not supposed to be a space between the -r and the 5.0, i.e. your
line should look like:
cvs commit -m "no message" -r5.0 version_number.h


BTW, if you have any questions that are specific to CVSNT and WinCVS, which is what you are using, I
would suggest you will get better answers by taking them over to:

Following list borrowed from Arthur Barrett
CVSNT newsgroup:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt
WinCVS newsgroup:
http://groups.yahoo.com/subscribe/cvsgui
TortoiseCVS newsgroup:
http://sourceforge.net/mail/?group_id=48103
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter
Loading...