Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
3answers
7k 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
647 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 ...
0
votes
0answers
6 views

Change the Date/Time Format in StatSVN

StatSVN is showing all of the date times in GMT and I'd really like it to show them in the local timezone. Is there any way to do this? Its correct in the SVN log, but not in the HTML generated by the ...
0
votes
0answers
33 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
424 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 ...