On Wed, May 05, 2004 at 08:28:10PM +0200, Toralf wrote: > When I run 'cvs diff' on a directory where a new file has been added, > but not commited, the output will contain a line saying > > cvs server: tst.c is a new entry, no comparison available > > (if the name of the file is tst.c) > > Is it possible to have the compelete contents of the file listed as > added lines instead? Differently put, can I get cvs to include the output of > diff <options> /dev/null tst.c > instead of printing the above mentioned message?
Try -N. tyler _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
