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 status' of the file showed
 the repository knew nothing about it.

http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_18.html#SEC175

-Larry Jones

See if we can sell Mom and Dad into slavery for a star cruiser. -- Calvin


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-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,

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 the file I had
just created by copying was not listed.  A 'cvs status' of the file showed
the repository knew nothing about it.

Any ideas ?

Cheers all - Steve


new file

P1 : /home/p1/cbc/scripts % ls -l go.orig
... 20371 Jul  4 08:13 go.orig


output below


P1 : /home/p1/cbc/scripts % cvs -nq up
? ssn_bu.sh
? scn_bu.sql
? gov_.nocomments
M bwkcycgdgs

cvs status of file
==
P1 : /home/p1/cbc/scripts % cvs status go.orig
===
File: go.orig  Status: Unknown

   Working revision:No entry for gov.orig
   Repository revision: No revision control file







___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


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 -I!
quoting the ! however your shell requires it.

--

|  | /\
|-_|/ Eric Siegerman, Toronto, Ont.[EMAIL PROTECTED]
|  |  /
When I came back around from the dark side, there in front of me would
be the landing area where the crew was, and the Earth, all in the view
of my window. I couldn't help but think that there in front of me was
all of humanity, except me.
- Michael Collins, Apollo 11 Command Module Pilot



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs