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

Re: Getting Subversion metrics

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2003-12-17 08:56:37 CET

"Sung Kim" <hunkims@hotmail.com> writes:

> We are working on getting some subversion history metrics from a Subversion
> repository.
>
> We basically need number of lines changed, date, and revision number.
 
[...]
 
> Is there any simple way to get those data from Subversion?

Unlike CVS, Subversion doesn't store contextual diffs. So to do the
calculation you are talking about *is* to calculate contextual diffs.
As for the cost of that, I can't believe that actually printing out
the lines of text is such a terrible cost on top of the actual diff
calculation.

---------------------------------------------------------------------
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:58:52 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.