File: README

package info (click to toggle)
statsvn 0.7.0.dfsg-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,324 kB
  • sloc: xml: 5,959; java: 4,082; sh: 81; makefile: 5
file content (28 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

  StatSVN README
  ==============

      StatSVN is a statistics tool for SVN repositories. It generates
      HTML reports from SVN log files.


  The StatSVN Manual

      The StatSVN manual is located here: http://svn.statsvn.org/statsvnwiki/index.php/UserManual


  Quick Start

      * Download the latest release from http://sourceforge.net/projects/statsvn/
      * Expand the zip file into some directory, e.g c:\statsvn
      * Check out a working copy of the desired SVN module into
        some directory, e.g. c:\myproject.
      * Change into that directory and type
        'svn log --xml -v > svn.log'
      * Change back to the c:\statsvn directory
      * type 'java -jar statsvn.jar c:\myproject\svn.log c:\myproject'
      * Open c:\statsvn\index.html in your web browser

      You can tweak the output of StatSVN in various ways. Run
      'java -jar statsvn.jar' for an overview of the command line
      parameters, and check the manual for full information.