I'd like to know which files were modified in a branch since it's
creation.... is it possible with a single command ?

Good branch creation policy is to tag the project before a branch is created.

If your project has done that, you can
$ cvs diff -r name_of_that_tag
from within a checked out, up to date branch

Cheers,
Stuart.


_______________________________________________
info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to