1
2  StatSVN README
3  ==============
4
5      StatSVN is a statistics tool for SVN repositories. It generates
6      HTML reports from SVN log files.
7
8
9  The StatSVN Manual
10
11      The StatSVN manual is located here: http://svn.statsvn.org/statsvnwiki/index.php/UserManual
12
13
14  Quick Start
15
16      * Download the latest release from http://sourceforge.net/projects/statsvn/
17      * Expand the zip file into some directory, e.g c:\statsvn
18      * Check out a working copy of the desired SVN module into
19        some directory, e.g. c:\myproject.
20      * Change into that directory and type
21        'svn log --xml -v > svn.log'
22      * Change back to the c:\statsvn directory
23      * type 'java -jar statsvn.jar c:\myproject\svn.log c:\myproject'
24      * Open c:\statsvn\index.html in your web browser
25
26      You can tweak the output of StatSVN in various ways. Run
27      'java -jar statsvn.jar' for an overview of the command line
28      parameters, and check the manual for full information.
29