Questions tagged [statsvn]

StatSVN is a metrics-analysis tool for charting software evolution through analysis of Subversion source repositories.

StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development.

The current version of StatSVN generates a static suite of HTML documents containing tables and chart images. StatSVN is open source software, released under the terms of the LGPL, based on StatCVS. StatSVN uses JFreeChart to generate charts.

11 questions
43
votes
5 answers

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 above. Note, I know that TortoiseSVN has some…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
3
votes
1 answer

Alternative to StatSVN?

I am using StatSVN to generate a graph & table for SVN, but it is taking too long. Is there any StatSVN plugin for Jenkins that is faster or an alternative to StatSVN that is faster?
Harshad
  • 159
  • 1
  • 3
  • 11
2
votes
1 answer

How to run StatSVN in svn 1.10.2

I have tried to run StatSVN from SVN 1.10.2, and I got the following error. Is there any other way to run in Statsvn in svn 1.10.2? Could you suggest me? Oct 04, 2018 6:23:04 PM net.sf.statsvn.util.JavaUtilTaskLogger info INFO: StatSVN – SVN…
2
votes
0 answers

Statsvn doesn't generate HTML for all the commits in the log file

I am using Tortoise SVN to checkout a project with several releases -dates- to my machine, and then i generated a the log file for the entire project, then i use StatSVN to generate the HTML files for the commits. The SVN log files has commits that…
BluePali
  • 21
  • 4
2
votes
2 answers

StatSVN alternative for Git?

I'm following the start-up tutorial that StatSVN gives you which is: Download the latest release of statsvn from http://sourceforge.net/projects/statsvn/ Expand the zip file into some directory, e.g c:\statsvn Check out a working copy of the…
Adz
  • 2,809
  • 10
  • 43
  • 61
1
vote
2 answers

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 net.sf.statsvn.util.JavaUtilTaskLogger info INFO: StatSVN - SVN statistics…
Hank Gay
  • 70,339
  • 36
  • 160
  • 222
0
votes
1 answer

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 user.benoitx.url=http://www.xhenseval.com/benoit …
sdolgy
  • 6,963
  • 3
  • 41
  • 61
0
votes
1 answer

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 repository, not generate the log. To svn log I must type my…
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
0
votes
2 answers

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 --xml -v -r HEAD:234234 But it only shows commit…
BlueFish
  • 5,045
  • 3
  • 26
  • 35
0
votes
1 answer

Configure StatSVN to send email with a list of revisions on the given day

How to Configure StatSVN to show the revisions on the given day and trigger it to send email to certain people? The whole source code lies in the TortoiseSVN repository, whenever the developers check in / commit the files, the report with the list…
miniQ
  • 681
  • 1
  • 7
  • 14
0
votes
1 answer

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?
Amit
  • 119
  • 7