info-cvs
[Top][All Lists]
Advanced

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

RE: Help: Obtaining User Changes


From: Hill, Benjamin W
Subject: RE: Help: Obtaining User Changes
Date: Mon, 30 Jun 2003 12:10:40 +0100

This has made me think...

Are there any good tools that can generate HTML reports from CVS ChangeLogs?

I'd be looking for something that generates in tabular form, a report that
would list the updates to files, and activity percentile of authors. I know
there is view CVS, but would it do this job?

Cheers,

Ben

-----Original Message-----
From: Hill, Benjamin W 
Sent: 30 June 2003 10:08
To: Jones, Larry
Cc: address@hidden
Subject: RE: Help: Obtaining User Changes


Thanks!

I did a:

cvs log -d 2003-07-01 | grep date > changes.log

...and that produces:

date: 2003/05/13 10:36:10;  author: [USERID];  state: Exp;

...which shows activity percentile over date periods. The changelog:


cvs log -d 2003-07-01

...produces some decent info too!

Cheers,

Ben


-----Original Message-----
From: address@hidden [mailto:address@hidden 
Sent: 29 June 2003 18:53
To: address@hidden
Cc: address@hidden
Subject: Re: Help: Obtaining User Changes


Hill, Benjamin W writes:
> 
> 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.

Sort of.  "cvs log" can list the log messages for changes checked in by a
particular user over a time range.  "cvs diff" can show the changes over a
time range, but it would be for all users, not just a particular one.

-Larry Jones

What this games needs are negotiated settlements. -- Calvin


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

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