Hi Ben,

Our company developed an HTML changelog facility. It uses cvs2cl.pl's xml
output to give HTML changeset information with inspection of individual
commits, rollback and roll forward (for moving changes between branches).
You might find this method the easiest way to export data into an access db
or excel or something to do pivot-table analysis there.

The key to the problem is -- how to get the change info out of CVS in a
structured manner, which cvs2cl does very nicely. Our stylesheet thus is
essentially trivial in nature.

It's available at:
http://www.matt.faredge.com.au/HTMLChangeLog.xsl

Regards,

Matthew Herrmann
--------------------------------------
VB6/SQL/Java/CVS Consultancy
Far Edge Technology
http://www.faredge.com.au/

-----Original Message-----

Date: Mon, 30 Jun 2003 12:10:40 +0100
From: "Hill, Benjamin W" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: RE: Help: Obtaining User Changes
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain
MIME-Version: 1.0
Precedence: list
Message: 5

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



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

Reply via email to