Derrick: All of the Ant's content is available under SVN. http://svn.apache.org/repos/asf/ant/core/trunk /Steve.
> -----Original Message----- > From: Derrick Simpson [mailto:[EMAIL PROTECTED] > Sent: Saturday, 2 September 2006 6:00 AM > To: user@ant.apache.org > Subject: CVS checkout with ANT > > 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. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]