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
 

Reply via email to