Re: Problem pulling particular directory from CVS

2002-11-29 Thread Mike Bristow
On Wednesday, November 27, 2002, at 11:34 pm, Paul A. Scott wrote: Oh, #$%@. I'm so embarrassed. My terminal session was logged into Mac OSX not FreeBSD, and I had mirrored the same directory structure, so I faked myself out. Bottom line is, cvs on Freebsd works like a champ. The cvs on

Re: Problem pulling particular directory from CVS

2002-11-29 Thread Brad Knowles
At 1:27 PM -0800 2002/11/29, Paul A. Scott wrote: Damn. I keep forgetting about the Mac OSX stupid, case-insesitive HFS+. Yeah, I've bitched about this for years. I mean, HFS was an improvement over MFS (can you imagine a filesystem structure that keeps everything at one level and doesn't

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Paul A. Scott
CVSROOT=:pserver:[EMAIL PROTECTED]:/home/ncvs $ cvs co src/contrib ... cvs checkout: cannot open CVS/Entries for reading: No such file or directory cvs [checkout aborted]: cannot write CVS/Template file: No such file or directory Nobody has any idea? Paul To Unsubscribe: send mail to [EMAIL

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Garance A Drosihn
At 1:43 PM -0800 11/26/02, Paul A. Scott wrote: From: Dan Nelson [EMAIL PROTECTED] Are you maybe running out of space on your local drive? You might also have a corrupted CVS repo, but I don't think you'd be getting those errors in that case. No, I have over 40GB available on the

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Paul A. Scott
From: Garance A Drosihn [EMAIL PROTECTED] It's possible that it's the /tmp directory on the remote side which is running out of disk space. Upgrading my cvs solved the problem. Apparently the older release had a bug. Thanks, Paul -- Paul A. Scott mailto:[EMAIL PROTECTED]

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Paul A. Scott
You are not being quite forthright, I think. Actually, I've been totally forthright. I start with an empty working directory, and type: setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs cvs login cvs co src/contrib When it gets to directory src/contrib/cvs, I get: cvs checkout: cannot

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Terry Lambert
Paul A. Scott wrote: setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs cvs login cvs co src/contrib When it gets to directory src/contrib/cvs, I get: cvs checkout: cannot open CVS/Entries for reading: No such file or directory cvs [checkout aborted]: cannot write CVS/Template file: No

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Giorgos Keramidas
On 2002-11-27 12:48, Paul A. Scott [EMAIL PROTECTED] wrote: You are not being quite forthright, I think. Actually, I've been totally forthright. I start with an empty working directory, and type: setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs cvs login cvs co src/contrib Hmmm.

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Paul A. Scott
setenv CVSROOT :pserver:[EMAIL PROTECTED]:/home/ncvs cvs login cvs co src/contrib From: Terry Lambert [EMAIL PROTECTED] Nothing hidden, totally forthright. Except that's a different error than the one you said before. 8-). No. I posted this same question at least 4 times (although

Re: Problem pulling particular directory from CVS

2002-11-27 Thread Paul A. Scott
Oh, #$%@. I'm so embarrassed. My terminal session was logged into Mac OSX not FreeBSD, and I had mirrored the same directory structure, so I faked myself out. Bottom line is, cvs on Freebsd works like a champ. The cvs on MacOSX does not. My mistake. And I humbly appolgize for the stupid user

Problem pulling particular directory from CVS

2002-11-26 Thread Paul A. Scott
I've been trying to load the whole source tree from CVS, but 'cvs co' dies on src/contrib/cvs directory. cvs checkout: in directory src/contrib/cvs: cvs checkout: cannot open CVS/Entries for reading: No such file or directory cvs [checkout aborted]: cannot write CVS/Template file: No such file or

Re: Problem pulling particular directory from CVS

2002-11-26 Thread Paul A. Scott
I do the following: cvs co src/contrib and I get: . . . cvs server: Updating src/contrib/bison cvs server: Updating src/contrib/bzip2 cvs server: Updating src/contrib/com_err cvs server: Updating src/contrib/cpio cvs checkout: in directory src/contrib/cvs: cvs checkout: cannot open CVS/Entries

Re: Problem pulling particular directory from CVS

2002-11-26 Thread Paul A. Scott
From: Dan Nelson [EMAIL PROTECTED] Are you maybe running out of space on your local drive? You might also have a corrupted CVS repo, but I don't think you'd be getting those errors in that case. No, I have over 40GB available on the filesystem. CVSROOT is set to :pserver:[EMAIL

Re: Problem pulling particular directory from CVS

2002-11-26 Thread Dan Nelson
In the last episode (Nov 26), Paul A. Scott said: I do the following: cvs co src/contrib and I get: . . . cvs server: Updating src/contrib/bison cvs server: Updating src/contrib/bzip2 cvs server: Updating src/contrib/com_err cvs server: Updating src/contrib/cpio cvs checkout: in