[cvsnt] Checkoutlist doesn't work...

Bo Berglund Bo.Berglund at system3r.se
Thu May 6 12:59:26 BST 2004


The correct format for the checkoutlist file is:

[<whitespace>]<filename><whitespace><error message><end-of-line>

So you have at least two errors here:
1) You have put a double quote in column 1 of the file
2) You have put a file name with path incuded (must be only the file itself!)

The correct entry should probably look like this:

rename.pl  checkout CVSROOT/rename.pl failed


/Bo

-----Original Message-----
From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org]On Behalf
Of DURAND Sophie
Sent: den 6 maj 2004 09:21
To: cvsnt at cvsnt.org
Subject: [cvsnt] Checkoutlist doesn't work...


Hi everyone!

I intend to use some perl scripts in interaction with CVS. I currently store
these scripts in the CVSROOT directory.
To manage this file with CVS, I've added the following line to the
checkoutlist file :
" $CVSROOT/CVSROOT/rename.pl  checkout CVSROOT/rename.pl failed"

Of course I did the following things :
- cvs checkout of the CVSROOT directory
- cvs add rename.pl in CVSROOT
- modified the checkoutlist file as mentionned above
- cvs commit of the whole CVSROOT directory

Now, if I modify rename.pl and commit it, the automatic checkout in the
CVSROOT (repository side) fails :

cvs -z3 commit -F
"C:/WINNTF/Profiles/SDD/.lincvs/2004-05-06-09-16-50fna00216"  "rename.pl
Checking in rename.pl;
/test/CVSROOT/rename.pl,v  <--  rename.pl
new revision: 1.4; previous revision: 1.3
done
cvs server: Rebuilding administrative file database<-
cvs server:  checkout CVSROOT/rename.pl failed<-

My cvs configuration :
server : CVSNT 2.0.26
client : LinCVS 1.3.1
server access : pserver mode

Sophie




_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt



More information about the cvsnt mailing list