StatSVN is a metrics-analysis tool for charting software evolution through analysis of Subversion source repositories.
0
votes
0answers
82 views
StatSVN error - does not match expected revision & has no revision
I am getting following error messages while using StatSVN.
Revision of xxx/yyy/zzz.xsd does not match expected revision
File xxx/yyy/zzz.xsd has no revision
could not get line count for ...
0
votes
1answer
109 views
Can Statsvn filter out statistics by date
Just wanted to check if there is any configuration or parameter to get statistics in a provided date range rather than it's giving stats from DAY1?
0
votes
1answer
45 views
statsvn support for users with “.” in name
With StatSVN it's possible to define information about user(s) in a configuration file. An example from the documentation is here:
# Example
user.benoitx.realName=Benoit Xhenseval
...
0
votes
1answer
346 views
How to run `svn log` from Jenkins while protecting credentials?
I'm generating StatSvn reports with Jenkins, and it requires the svn log. While Jenkins protects my SVN credentials from being saved as plain text, I could only make it securely checkout my ...
0
votes
2answers
1k views
svn - getting line modification statistics
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 ...
29
votes
4answers
13k views
Subversion repository statistics, other than StatSVN?
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 ...
1
vote
2answers
891 views
Why does StatSVN fail, claiming the directory is not a working copy?
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 ...