Author: techfox9
Get the list of files in cvs commits..
Saturday, July 12th, 2008 @ 1:46 am
To get the list of files included in
a particular cvs commit use this:
cvs -q log -SR -r@{commitid}
To get the list of files changed between
tags use this:
cvs -q rdiff -s -r TAG1 [-r TAG2] module
If TAG2 is omitted, the current version is used.
To get a list of files changed since “date”:
cvs history -c -a -D [date]
where [date] can be 2008-12-19 or 12/19/2008