Brent Make sure this in services file         cvspserver      2401/tcpThen
Drop to command line and trycvs -d pserver -t C:/temp/project1 -f checkout
MyProject-M----- Original Message ----- 
From: "Brent R. Matzelle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 26, 2004 10:48 AM
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_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