From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11716 invoked from network); 19 Apr 2002 08:07:56 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 19 Apr 2002 08:07:56 -0000 Received: (qmail 18763 invoked by alias); 19 Apr 2002 08:07:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 17013 Received: (qmail 18750 invoked from network); 19 Apr 2002 08:07:47 -0000 From: "Bart Schaefer" Message-Id: <1020419080412.ZM14754@candle.brasslantern.com> Date: Fri, 19 Apr 2002 08:04:12 +0000 In-Reply-To: <000801c1e76f$3e960610$1fc1f2a3@mow.siemens.ru> Comments: In reply to Borsenkow Andrej "How to cvs diff new files?" (Apr 19, 10:55am) References: <000801c1e76f$3e960610$1fc1f2a3@mow.siemens.ru> X-Mailer: Z-Mail (5.0.0 30July97) To: Borsenkow Andrej , "'Zsh hackers list'" Subject: Re: How to cvs diff new files? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Apr 19, 10:55am, Borsenkow Andrej wrote: } Subject: How to cvs diff new files? } } How to diff new files without first committing them? All that I get is } } 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 Then, if you have a new enough version of CVS, you should be able to do cvs diff -N -u to generate a patch that includes the entire new file. (Older versions of cvs choke on the -N there.) -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net