Subversion repository statistics, other than StatSVN?
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.
Try SVNPLot .
Its written in python and doesnot required a 'checkout working copy'. It will be easy to modify.
Disclosure: I am developer of SVNPlot. So possibly my opinion is somewhat biased. :-)
I just came across MPY SVN STATS:
https://sourceforge.net/projects/mpy-svn-stats.berlios/
It works quite well but the graphs are a bit ugly.
2017/1/10: Replaced original download link with more recent sourceforge. MPY-SVN was extremely easy to setup (called python using bash script on win10). Unlike statsvn.org it does not need a working copy, works from repository url. Unlike svnplot I was able to get it working on 3 repositories in <5min.
It seems that some SVN tools are not updated anymore:
- My Python SVN Stats. Latest release 2007.
- StatSVN. Last release 2010-01-01.
- SvnCrawler. Latest release 2010.
- SvnStat. Latest release 2014-09-19.
- VCS Report. Latest release 2006.
One reason might be that these tools are "good enough".
There seems to be one actively maintained tool:
- SVNPlot. Latest release 2016-05-13.
The "modern" way to go is to convert the repo to git and then use a git statistics tool.