Skip to content
/ SvnStat Public

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

License

Notifications You must be signed in to change notification settings

anwfr/SvnStat

Repository files navigation

        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 ([email protected]), 2014 Joe Egan ([email protected]).

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages