"Hill, Benjamin W" wrote:
> 
> Is there a method in CVS is obtain changes to files for a particular user,
> over a particular time? I am using pserver to connect to a remote
> repository, and would like to find out what files have been edited over a
> particular time range.

CVSps <http://www.cobite.com/cvsps/> is a handy tool for this type of
reporting. You could get the logs for all commits by "foo_user" with

        cvsps -a foo_user

This will dump summaries of each patchset. You can then dump the diffs for any
number of patchsets, and also restrict the selection to a range of dates or
tags. Very nice, IMHO.

NOTE: some operations don't work so well over pserver, as they can flood the
server with connection requests. CVSps uses a caching system that may help
mitigate this, but it's something to be aware of.

-Matt


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

Reply via email to