Title: Message
Hi Nick,
 
This looks like a bug, I have submitted a bug report.  To get by this issue you can add usesharpcvslib="false", which will require that you have a cvs.exe (i.e. cvsnt) somewhere in your path.  So the complete command is:

<cvs command="checkout"

     destination="c:\src\nant\"

     cvsroot=":pserver:[EMAIL PROTECTED]:/cvsroot/nant"

     password=""

     module="nant"

     usesharpcvslib="false" />

 

Cheers,

 

Clayton

 
-----Original Message-----
From: Nick Van Matre [mailto:[EMAIL PROTECTED]
Sent: June 10, 2004 9:48 PM
To: [EMAIL PROTECTED]
Subject: [Nant-users] CVS

I am using the latest nightly build and I am getting the following error while trying to run the example cvs-checkout task.

 

 

An exception ‘System.MissingMethodException’ has occurred in scvs.exe.

 

<cvs command="checkout"

     destination="c:\src\nant\"

     cvsroot=":pserver:[EMAIL PROTECTED]:/cvsroot/nant"

     password=""

     module="nant" />

 

Anyone have any ideas?

 

Thank you

Reply via email to