Re: [nant-dev] Cannot checkout file using CVS inside an NAnt build file.

2004-03-30 Thread Ian MacLean
try running nant with -v ( for verbose ). It will print the full commandline to the console. You can then run that same commandline directly from the console and see if that fails. From the looks of that ouput it seems to be a permission error of some sort. Another option is to use the cvs task

[nant-dev] Cannot checkout file using CVS inside an NAnt build file.

2004-03-30 Thread Bruce Leggett
I cannot check a file out using the exec tag and CVS (version CVSNT 2.0.35). The error I am getting is: cvs [update aborted]: cannot create .#version.xml.1.1 for copying: Permission denied This is exactly what my exec tag looks like. Anyone know what is happening? Thanks alot, Bruce