file missing from 'cvs -nq up'

2003-07-08 Thread Steve Harris
Hi all, I'm getting some strange behaviour that I thought you guys could help me clarify. I'm working in my sandbox, made a copy of an existing file to a new name and out of interest did a 'cvs -nq up'. lo and behold there were some new files listed that I hadn't yet added to the repository but

Re: file missing from 'cvs -nq up'

2003-07-08 Thread Larry Jones
Steve Harris writes: I'm working in my sandbox, made a copy of an existing file to a new name and out of interest did a 'cvs -nq up'. lo and behold there were some new files listed that I hadn't yet added to the repository but the file I had just created by copying was not listed. A 'cvs

RE: file missing from 'cvs -nq up'

2003-07-08 Thread Zieg, Mark
I would guess that .orig is in your ignore list (perhaps the CVS default list, if you haven't customized yours). -Original Message- From: Steve Harris [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 4:04 PM To: [EMAIL PROTECTED] Subject: file missing from 'cvs -nq up' Hi all

Re: file missing from 'cvs -nq up'

2003-07-08 Thread Eric Siegerman
On Tue, Jul 08, 2003 at 01:03:52PM -0700, Steve Harris wrote: P1 : /home/p1/cbc/scripts % ls -l go.orig ... 20371 Jul 4 08:13 go.orig [...] P1 : /home/p1/cbc/scripts % cvs -nq up [expected to say ? go.orig, but doesn't] *.orig is in the default ignore list. Try: cvs -nq up