We are pleased to announce the statsvn 0.3.1 release! http://www.statsvn.org 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. =============================================================================== Changes in this version include: New Features: o Added EnvReport function to aid in identifying common failure cases (no change to StatSVN command line, it is a seperate executable class). o Added introduction page for demos. o Improved reporting of XML parsing errors. Fixes 1637082. Fixed bugs: o Fix an issue in detecting tags that may be further down than the root directory of the log. Also use the tag pattern earlier on in the log parser, so only required tags will be considered. o Exclude pattern is now used also for the diffs (avoid attempting to svn diff '.htaccess' at all cost!). o Fixing url encoded module name. Fixes 1653392. Thanks to Dermot Daly. o Support the tags command line parameter (will only show a given set of tags). Fixes 1673601. Thanks to Benoit Xhenseval. o Removed JDK 1.5 dependency on String.replace(CharSequence,CharSequence). o Fixed an NPE in RepoPageMaker (only happening if repo has no dates. Fixes 1657197. Thanks to p_michalczyk. o Changed the Maven dependencies to use a backport concurrent compiled with jdk 1.4 Fixes 1655200. Thanks to Alejandro Scandroli. o Fixed a glitch for SvnInfoUtils.urlToAbsolutePath path mangling Fixes 1654750. Thanks to Jean-Philippe Daigle. =============================================================================== Issues, bugs, and feature requests for statsvn should be submitted to the following issue tracking system: http://sourceforge.net/tracker/?group_id=164845 Have fun! -The statsvn development team