Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
On Sun, 03 Sep 2006 00:02:42 -0300, Gabriel Genellina <gagsl-cvsnt at yahoo.com.ar> wrote: >cvs diff -N *might* work but: >- it requires an up-to-date sandbox (rdiff above does not) >- it has a bug (recently posted) when there are new files not yet commited >(and rdiff does not have -N) A file that has been added but not yet committed does not really exist in CVS.... Commit is the command that actually adds it tto the repository and makes it available to other users and to other cvs commands. HTH /Bo (Bo Berglund, developer in Sweden)