We're on 1.11.16. Could be? Like I said... no trouble with the FreeBSD version of the CVS server, only the Linux (Red Hat) version. It's difficult to tell exactly what's causing the problem, but everything points at the CVS server.


From: Srivathsan K [mailto:[EMAIL PROTECTED]
Sent: 15 February 2005 11:40
To: Richard Poole; Nant
Subject: RE: [Nant-users] CVS Check out

Im on cvs-1.11.2-5
 
Would that be a Issue?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Richard Poole
Sent: Tuesday, February 15, 2005 3:59 PM
To: 'Srivathsan K'; Nant
Subject: RE: [Nant-users] CVS Check out

I've had no end of trouble checking stuff out of CVS with NAnt but I think it's more to do with our CVS server (a very recent stable build running on Red Hat) than the CVS tasks. You may be in a similar boat. We have experimented with a FreeBSD CVS server and both the CVS tasks and SmartCVS (the CVS client we use) seem to work fine with that.
 
I also doubt it helps having the cvs-password task after the cvs-checkout task, but I could be wrong.
 
Cheers,
Richard.


From: Srivathsan K [mailto:[EMAIL PROTECTED]
Sent: 15 February 2005 10:17
To: Nant
Subject: [Nant-users] CVS Check out

Hi All,
 
I have a windows C# net application in CVS Repo. I need to pull all files related to this project on to a Folder which I created say for e.g. d:\NantBuilds.
 
Here's my build file. Though I get successfull build I dont see the folder for the Project created under the Directory d:\NantBuilds. What am I doing wrong?
 
<?xml version="1.0" encoding="utf-8" ?>
<project name="autoGEm" build="clean">
<target name="Get latest" description="Pull the latest from the CVS">
 <cvs-checkout destination="D:\NantBuilds" cvsroot="pserver:[EMAIL PROTECTED]:2401:/home/cvsrepo/NantTest"
module="NantDemoProject" />
 <cvs-password password="xxxxxx"/>
</target>
</project>
Thanks in Advance
 
Srivats
 
-----------------------------
If you're trying to achieve, there will be roadblocks. I've had them; everybody has had them. But obstacles don't have to stop you. If you run into a wall, don't turn around and give up. Figure out how to climb it, go through it, or work around it. -- Michael Jordan
 


DISCLAIMER: The information contained in this e-mail is confidential and may be privileged. It is intended for the addressee only. If you are not the intended recipient, please delete this e-mail immediately. The contents of this email must not be disclosed or copied without the sender's consent. We cannot accept any responsibility for viruses, so please scan all attachments. The statements and opinions expressed in this message are those of the author and do not necessarily reflect those of the company. The company does not take any responsibility for the views of the author.




DISCLAIMER: The information contained in this e-mail is confidential and may be privileged. It is intended for the addressee only. If you are not the intended recipient, please delete this e-mail immediately. The contents of this email must not be disclosed or copied without the sender's consent. We cannot accept any responsibility for viruses, so please scan all attachments. The statements and opinions expressed in this message are those of the author and do not necessarily reflect those of the company. The company does not take any responsibility for the views of the author.


Reply via email to