I have a working copy of my project, checked out using Subversion 1.5.1. When I attempt to run StatSVN against it, I get the following error:
Sep 18, 2008 12:25:22 PM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO: StatSVN - SVN statistics generation
Sep 18, 2008 12:25:22 PM net.sf.statsvn.util.JavaUtilTaskLogger info
INFO...
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 loo...
I'm trying to get a report going which shows the individual diff-stats per commit (ie. lines added, modified and deleted). CVS had this.
Is there a way to get this from SVN?
I've tried:
svn log --xml -v -r HEAD:234234
But it only shows commit comments, and the files that were added, modified and deleted. I need lines added, modified...