Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
s" in the command window, you will get a command line "usage" help reply. Now you can work out the command line that works for you and move it into Ant. DT "Derrick Simpson" <[EMAIL P

Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
in, I think your best bet is to work out your command line from a command window. Once you have that and know what what works, it should be pretty straight forward migrating that to Ant. Good luck DT "Derrick Simpson" <[EMA

Re: CVS checkout with ANT

2006-09-05 Thread Derrick Simpson
ough putty, but I can't seem to get connected. Thanks On 9/2/06, Petar Tahchiev <[EMAIL PROTECTED]> wrote: On 01/09/06, Derrick Simpson <[EMAIL PROTECTED]> wrote: > I'm trying to do a simple checkout from cvs, and I get the following error > > [cvs] cvs [checkout

CVS checkout with ANT

2006-09-01 Thread Derrick Simpson
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.