CVS Abort while checking out

2002-02-20 Thread Datla, Raghav
Hi, I am getting the following error while checking out code. Any help will be appreciated. $ cvs -d :pserver:[EMAIL PROTECTED]:/f1s7_16267/tools/Techs-Ops/cvsroot co -d spnode7_idw Idw/data/macss cvs checkout: in directory spnode7_idw: cvs checkout: cannot open CVS/Entries for reading: No s

Re: CVS Abort while checking out

2002-02-20 Thread Stephan Feder
Hi Raghav, "Datla, Raghav" wrote: ... > > cvs [server aborted]: out of memory; can not reallocate 79691776 bytes > ... You ran out of main memory (including virtual memory like swap space): you need at least the file's size of main memory on the client and three times the file's size of main m

Re: CVS Abort while checking out

2002-02-20 Thread Larry Jones
Datla, Raghav writes: > > cvs checkout: in directory spnode7_idw: > cvs checkout: cannot open CVS/Entries for reading: No such file or directory That implies that you're doing a checkout into an existing directory; you should let checkout create a new directory instead. > cvs [server aborted]: