I'm trying to do a simple checkout from cvs, and I get the following error
[cvs] cvs [checkout aborted]: /usr/local/cvsroot/CVSROOT: No such file or
directory
I am getting a /CVSROOT appended onto the end. I do not have access to
change this myself.
Here's the code.
<target name="checkout">
<cvspass cvsroot=":extssh:[EMAIL PROTECTED]:/usr/local/cvsroot"
password="password"/>
<cvs command="checkout" package="TestCVS" append="false"
cvsroot="/usr/local/cvsroot" dest="c:/temp"/>
</target>
Thanks for the help.