Brent-
Here is the example straight from NANT doc at
http://nant.sourceforge.net/help/tasks/cvs-checkout.html
<cvs-checkout
                destination="c:\src\nant\"

cvsroot=":pserver:[EMAIL PROTECTED]:/cvsroot/nant"
                password=""
                module="nant" />
correct your destination to a REAL fully qualified Path
module should be the module/folder you are retrieving e.g. accounting,
utility, help, nant etc..
Regards,
Martin
----- Original Message ----- 
From: "Brent R. Matzelle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 2004 9:57 AM
Subject: [Nant-users] cvs-checkout not working


> Hello,
>
> I have not been able to get the cvs-checkout task to work.  My
> configuration is simple:
>
> <cvs-checkout
>   destination="MyProject"
>   cvsroot=":pserver:[EMAIL PROTECTED]:/cvs"
>   password="validpassword"
>   verbose="true"
>   module="MyProject\source" />
>
> All that I recieve is a message that says "Connection established".
> However nothing is actually downloaded.  Do you know what's wrong?
>
> Brent.
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: Oracle 10g
> Get certified on the hottest thing ever to hit the market... Oracle 10g.
> Take an Oracle 10g class now, and we'll give you the exam FREE.
> http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
>


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to