views:

2189

answers:

3

Are there other open source/free packages for producing repository statistics for a Subversion repository?

I've tried StatSVN but it seems to be incompatible with the logfiles for Subversion 1.5 and above.

Note, I know that TortoiseSVN has some statistics built into its dialogs and repository browsing code, but this is not what I'm looking for.

What I'm looking for is a tool that can analyze the repository, and its logs, and produce statistics like these:

  • Who checked in the most code
  • Code growth over time
  • Busy files (changed often)
+6  A: 

StatSVN does work for Subversion 1.5 and above. See my comment on the SourceForge forums concerning a similar issue reported today on the StatSVN forums.

Jason Kealey
+1  A: 

You can try programeter.com. It has free package if you need.

Mark Kofman
+2  A: 

Try SVNPLot .

Its written in python and doesnot required a 'checkout working copy'. It will be easy to modify.

Disclaimer: I am developer of SVNPlot. So possibly my opinion is somewhat biased. :-)

Nitin Bhide
errrr....are you really disclaiming anything?
andho