> 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
- How to track changes since a tag eafritz
- RE: How to track changes since a tag Gwen Park
- RE: How to track changes since a tag Tracy Brown
- Re: How to track changes since a tag Larry Jones
