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