info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help: Obtaining User Changes


From: Riechers, Matthew W
Subject: Re: Help: Obtaining User Changes
Date: Mon, 30 Jun 2003 08:14:30 -0400

"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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]