s

statsvn

StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development, e.g. timeline for the lines of code, contribution of each developer etc. 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.
http://www.statsvn.org
StatSVN Sourceforge Development Group
Jason Kealey Jean-Philippe Daigle Gunter Mussbacher Benoit Xhenseval
Files download
File Operation
statsvn-0.2.0.jar download
statsvn-0.2.0.pom download
statsvn-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.statsvn</groupId>
  <artifactId>statsvn</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.statsvn:statsvn:0.2.0'
Gradle Kotlin
implementation("net.sf.statsvn:statsvn:0.2.0")
Scala SBT
libraryDependencies += "net.sf.statsvn" % "statsvn" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.statsvn', module='statsvn', version='0.2.0')
)
Apache Ivy
<dependency org="net.sf.statsvn" name="statsvn" rev="0.2.0" />
Leiningen
[net.sf.statsvn/statsvn "0.2.0"]
Apache Buildr
'net.sf.statsvn:statsvn:jar:0.2.0'