/SvnStat

Unofficial repository of SvnStat for generating statistics from SVN repository. Check sourceforge for official repo.

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

        ABOUT THIS GITHUB REPOSITORY
      https://github.com/anwfr/SvnStat


This is an unofficial repository. For official one, check sourceforge on http://svnstat.sourceforge.net/

Specific to this github repository:
    - fixed JAR missing MANIFEST.MF
    - fixed error "java.lang.ClassCastException: java.lang.Object cannot be cast to java.awt.Paint"
    - updated dependencies + maven integration
    - added parameter -e for excluding commits analysis by resource name with a set of comma-separated regular expressions:
        * -e <exclude-regexps>

        In example:
        java -jar SvnStat-all.jar -r <repo> -e "/target.*,.*foo.*,test[0-9]+"

        * java -jar SvnStat-all.jar -r <repo> -e <exclude-regexps>
        "/contrib.*,toto"


________________________________________________



SvnStat Readme File

Copyright (C) 2006, 2014 Juergen Lind (jli@agentlab.de), 2014 Joe Egan (J0e3gan@gmail.com).

1. License
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

2. Requirements
   This release of SvnStat has been developed and tested with JDK 1.7.

3. Installation and Usage

   * Add SvnStat-all.jar to your classpath.
   * Invoke de.agentlab.svnstat.SvnStat

4. Further Information
   See doc/index.html for more information.