> Is there any way I can get a list of files that have changed since a 
> particular tag other than doing a massive status -v command and 
> parsing through all the tags and current versions?

Try using:
        cvs rdiff -s -r <tag1> [-r <tag2>] <module>

Leaving off tag2 will diff between tag1 and HEAD.

gwen

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to