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 October 1st, 2007, 06:40 AM
Registered User
 
Join Date: Oct 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default CVS checkout using NAnt doesnot respond

Hi .
When i checkout a module from Tortoise CVS using NAnt than it keeps on logging in and the checkout folder remains empty (means no module is being checkout)
The code which i have written is given below :
<?xml version="1.0"?>
<project name="hello" default="checkout">
<target name="checkout">
<cvs-checkout
destination="c:\NewCheckoutt"
cvsroot=":pserver:[email protected]:/opt/repository"
module="Rapport4"
>
</cvs-checkout>
</target>
</project>



Output:

C:\>nant
NAnt 0.85 (Build 0.85.2478.0; release; 10/14/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/default.build
Target framework: Microsoft .NET Framework 2.0
Target(s) specified: checkout


checkout:

[cvs-checkout] Logging in to :pserver:[email protected]:/opt/repositor
y


please tell me were there is a mistake
REply soon urgent
 
Old October 1st, 2007, 07:08 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Have you tried verbose logging on the task or debug mode in general to see the detailed output of the cvs-checkout task?

I'm not familiar with the syntax of a CVS repository path, but is the leading : correct in what you've posted?

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
Update file from CVS using Nant tool jilly BOOK: ASP.NET Website Programming Problem-Design-Solution 1 May 31st, 2006 08:09 PM
Checkout module from CVS using Nant jilly NAnt 0 May 30th, 2006 04:12 AM
Why normal insert querry doesnot work simsimlhr C# 2 January 9th, 2006 03:26 AM
Insert method doesnot work shoakat Classic ASP Databases 3 November 22nd, 2004 07:46 PM
Combo box doesnot accept the selection shoakat Classic ASP Databases 2 August 13th, 2004 06:19 PM





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