I've always use the following command to find out which files were added/modified/removed between two tags :

cvs patch -s -rtag1 -rtag2 module

The thing is, I don't find the "patch" command anywhere in the CVS documentation. Is it deprecated?


Reply via email to