Ray Lai <[EMAIL PROTECTED]> wrote: > > I did not send the unified diff because it doesn't show the files I > > added and removed. > > Do a `cvs add' and `cvs remove' to the files, then do `cvs diff -uN'.
To expand on this: "cvs add" and "cvs rm" are local operations only. Creating directories happens on the server, though, which means it is not possible with (read-only) anonymous CVS access. You can however modify your copy to your heart's content, check out a fresh copy, and simply diff(1) the directory trees. "diff -uNr" comes in handy there. Add "-x CVS" if the CVS directories are showing up. -- Christian "naddy" Weisgerber [EMAIL PROTECTED]