[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Getting Subversion metrics

From: Sung Kim <hunkims_at_hotmail.com>
Date: 2003-12-17 08:36:01 CET

Hello,

We are working on getting some subversion history metrics from a Subversion
repository.

We basically need number of lines changed, date, and revision number.

Using svnlook we can do this:

svnlook youngest: Get last revision number

For each revision: {
 svnlook info -rxx: to get auther and date
 svnlook diff : parsing diff results to get all files and number of changes
}

But the 'svnlook diff' is expensive and it produces too much unnecessarily
data for us. We need only number of lines changed and size of the file.

Is there any simple way to get those data from Subversion?

--
Sung Kim
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 17 08:36:44 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.