From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11831 invoked from network); 19 Apr 2002 08:16:57 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Apr 2002 08:16:57 -0000 Received: (qmail 20498 invoked by alias); 19 Apr 2002 08:16:51 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17014 Received: (qmail 20483 invoked from network); 19 Apr 2002 08:16:50 -0000 From: Borsenkow Andrej To: "'Bart Schaefer'" , "'Zsh hackers list'" Subject: RE: How to cvs diff new files? Date: Fri, 19 Apr 2002 12:16:38 +0400 Message-ID: <001001c1e77a$88534730$1fc1f2a3@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 In-Reply-To: <1020419080412.ZM14754@candle.brasslantern.com> x-mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal > } bor@itsrm2% cvs add _chkconfig > } cvs server: nothing known about _chkconfig > > If you really got that message from "cvs add", you are running it in the > wrong directory. My guess from this: > > } and later cvs up/diff just show > } > } bor@itsrm2% cvs up > } ? Completion/Redhat/Command/_chkconfig > > ... is that you should run > > cvs add Completion/Redhat/Command/_chkconfig > Strange. I did this first time and it did not work. Then I read cvs documentation and saw that you can't do it - you must be in target directory :-) That did not work either. Then I updated cvs to 1.11.2 (had 1.11.1p1 I guess) and it works now - no idea if it is related. Cheers -andrej