Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > NAnt
|
NAnt For discussing the NAnt .NET build tool. When posting a question, please specify the version of NAnt you are using.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the NAnt section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 30th, 2006, 04:12 AM
Authorized User
 
Join Date: Apr 2005
Posts: 49
Thanks: 0
Thanked 0 Times in 0 Posts
Default Checkout module from CVS using Nant

Hi,

Can u help me ??


 tell me how i checkout the module from CVS??

I wrote.build file like given below but it not working...

<?xml version="1.0" encoding="utf-8" ?>
<project name="check" default="run" basedir=".">

<target name="run" depends="build">

  <cvs-checkout
destination="c:\NewCheckout1"
cvsroot=":pserver;username='vbhoite';password='vin od123';hostname=192.168.1.

204;port=2401:/cvs/ta/production"
module="TA"
revision="PET_TA"
>
</cvs-checkout>


 </target>

 <target name="build">
 <cvs-checkout
destination="c:\NewCheckout1"
cvsroot=":pserver;username=vbhoite;password=vinod1 23;hostname=192.168.1.204;

port=2401:/cvs/ta/production"
module="TA"
revision="PET_TA"
>
</cvs-checkout>

</target>


</project>

And I used command—

nant -v -buildfile:check.build

But it not working.





Similar Threads
Thread Thread Starter Forum Replies Last Post
CVS checkout using NAnt doesnot respond kalpana2009 NAnt 1 October 1st, 2007 07:08 AM
Update file from CVS using Nant tool jilly BOOK: ASP.NET Website Programming Problem-Design-Solution 1 May 31st, 2006 08:09 PM
Uploaded a cvs file via phpMyAdmin from a PocketPC bourdett PHP How-To 0 January 8th, 2005 12:19 PM
Help in CVS viren_balaut J2EE 0 October 19th, 2004 10:43 PM
Reading a CVS file Pretty Java GUI 1 September 7th, 2004 11:14 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.