We are pleased to announce the StatCVS 0.4.0 release!
StatCVS retrieves information from a CVS 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 StatCVS generates a static suite of HTML documents containing tables and chart images. StatCVS is open source software, released under the terms of the LGPL. StatCVS uses JFreeChart and JTreeMap to generate charts.
Here are 2 small examples, from the basic Line of Codes to the fancy heatmap...
This release introduces a couple of new reports, including a heat map report using some visualization techniques to see your CVS repository... fancy that!

Using StatCVS is quite trivial:
cvs -d /cvsroot checkout modulename
Create a CVS log file:
cvs log > logfile.log
Run StatCVS:
java -jar /path/to/statcvs.jar /path/to/module/logfile.log /path/to/module
This command creates the HTML reports in the current directory. A comprehensive manual is available online.
=============================================================================== Changes in this version include:
New Features:
Fixed bugs:
=============================================================================== Issues, bugs, and feature requests for statcvs should be submitted to the following issue tracking system:
http://sourceforge.net/tracker/?group_id=57558 [2]
Have fun! -The StatCVS development team and http://www.appendium.com [3]
Links:
[1] http://statcvs.sf.net
[2] http://sourceforge.net/tracker/?group_id=57558
[3] http://www.appendium.com