David Fetter wrote:
cvs diff works just great until you want to add or remove a file without write permissions to the CVS repository, i.e. when you've checked out as anonymous.
I usually saved an untouched version of the tree to compare against, so something like:
$ cvs diff -Nacr pgsql.orig pgsqlgives a complete patch including added/deleted files. It is a bit primitive, but is pretty easy to do!
Cheers Mark