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

Re: Statistics: Code lines removed, added, changed

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-27 19:19:05 CEST

On Jul 27, 2006, at 15:30, Marco Schulze wrote:

> we were using CVS with CVS Monitor for years and switched to SVN a few
> months ago. Despite of intense search, we did not find any statistics
> tool that was revealing the most interesting: the number of code lines
> removed/added/changed. After analyzing one of these statistics
> tools, I
> came to the conclusion that the problem is a subversion issue: the
> "svn
> log" does not contain these numbers!
>
> Is that an architectural flaw? Doesn't SVN have this statistical
> information? Or can the "svn log" command be easily extended to show
> these numbers?

We just had this question yesterday:

http://svn.haxx.se/users/archive-2006-07/1012.shtml

I wrote:

> Whatever definition for [lines of code] you have (or come up with),
> you could write a tool to parse the output of svn diff, or you could
> write (or find) a program you can insert as a diff-cmd program.

Here's an earlier thread on the same topic:

http://svn.haxx.se/users/archive-2006-03/1271.shtml

http://svn.haxx.se/dev/archive-2006-03/1172.shtml

In particular, this reply contains a link to a tool which may help you:

http://svn.haxx.se/dev/archive-2006-03/1173.shtml

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 27 19:20:34 2006

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.