Hi,

I am very new to Nant. I have installed Nant and tried to check out files
from the repository.

My checkout target looks like this:

<target name="checkout">
   <cvs command="checkout" destination="H:\reporserver\reports\" cvsroot="
infra1.nyc:/proj/gbodev/repository/reportserver" module="reports" />
</target>

When I ran this .build file got the following error:

checkout:

     [cvs] Not a valid cvs folder H:\reporserver\reports.

BUILD FAILED

C:\temp2\TurnAroundReports\default.build(75,3):
External Program Failed: C:\NAnt\nant-0.85\bin\scvs.exe (return code was -1)

Please help me to get ride of this error.
Wher can we check for the error codes returned ?

Thanks,
Anupama
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to