From: Ken T. <ke...@we...> - 2000-09-13 12:48:01
|
On Wed, 13 Sep 2000, Roman Zippel wrote: > > Just 'cvs diff' only shows you the differences between the last revision you > > checked out and your local version, so it's empty for files you haven't > > modified. Use 'cvs diff -r<last revision but one>'. > > "cvs diff -D now" or "cvs diff -D 'one week ago' -D now" is nice too. :) Ahhh good, I'll give that a try, -r <last revision but one> didn't work ;) Do I need to pass any options to get newly added files like --new-file ? Ken. |