Hi Brent,

Just to rule everything out when you use cvs from the command line and execute:
     cd C:/temp/project1
     cvs -d:pserver:[EMAIL PROTECTED]:/cvs co MyProject
     password: [validpassword]

does this work?  If so there may be an issue with sharpcvslib that is causing the hang.


Clayton


-----Original Message-----
From:   Brent R. Matzelle [mailto:[EMAIL PROTECTED]
Sent:   Wed 5/26/2004 7:48 AM
To:     [EMAIL PROTECTED]
Cc:     
Subject:        RE: [Nant-users] cvs-checkout not working
Hello, thanks for the quick response. 

I tried your suggestions and ended up with the same result.  Here is
the new entry:

<cvs-checkout
   destination="C:/temp/project1" 
   cvsroot=":pserver:[EMAIL PROTECTED]:/cvs"
   password="validpassword"
   verbose="true"
   module="MyProject" />

I'm using the .84 release version.

Brent.

--- Clayton Harbour <[EMAIL PROTECTED]> wrote:
> Hi Brent,
> 
> There may be an issue with the module attribute specified.  Modules
> in cvs should not contain path information and this may be the
> issue.  There may also be an issue with the destination attribute,
> it should be a path on your local system.  So having said that the
> following should work, please let me know if it does not:
>     <cvs-checkout
>       destination="c:/MyProject" 
>       cvsroot=":pserver:[EMAIL PROTECTED]:/cvs"
>       password="validpassword"
>       verbose="true"
>       module="MyProject" />
> 
> What version of nant are you using?  I have recently added
> validation to check the module attribute.
> 
> 
> Clayton
> 
> 
> -----Original Message-----
> From: Brent R. Matzelle [mailto:[EMAIL PROTECTED]
> Sent: Wed 5/26/2004 6:57 AM
> To:   [EMAIL PROTECTED]
> Cc:   
> 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_id149&alloc_id?66&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to