[root]/statsvn/src/net/sf/statsvn/output
web-files
(1 files, 0 lines)
Adding a -dump functionality that read the svn log file, builds the Repository model and just prints it with the TaskLogger (Console by default).
This is useful to spot inconsistencies.
11 lines of code changed in:
Removal of -hopefully- the last bits of JDK 1.5 code.
19 lines of code changed in:
New Report: LOC and Churn shows the usual LOC with the amount of code touched per day.
Hopefully the churn should go decreasingly towards a release.
256 lines of code changed in:
New Report: Repo Map, a jtreemap-based report (applet) that shows the entire source tree in a hierarchical manner, the size of each box is related to LOC and the colour to the changes over the last 30 days (red -loc, green +loc). This is experimental but quite useful I think.
258 lines of code changed in:
A bit of tidy up (Checkstyle, PMD, FindBugs, Simian).
Plus showing a statsvn.bat script for typical usage.
Changed the TODO to @todo which are picked up by Maven (see the Task List report, Jason it would be good to go through it and drop whatever may be old).
6 lines of code changed in:
Introduce new options for multi-threading the SVN DIFF commands.
-threads (default 25)
-concurrency-threshold (default 2000 ms)
This means that unless an svn diff takes more than 2 sec, it will not launch the 25 threads.
Multi-threading is limited to the svn diff.
40 lines of code changed in:
A fair amount of tidy up following warnings from FindBugs, PMD, Checkstyle.
38 lines of code changed in:
rework the test to eliminate ViewCvs but allow ViewVc (one extends the other one...)
Quick fix.
2 lines of code changed in:
Throw a ConfigurationException if the user set up viewCvs or CVSWeb integration
as they are not supported by Subversion.
11 lines of code changed in:
Attention...
StatSvn no longer contains the StatCvs code, instead it shall depend on statcvs-0.2.4.jar (or whichever version StatCvs shall use when they take our changes).
A fair amount of changes will make it to StatCvs in order to support xdoc (in StatCvs), XHTML generation and use of StringBuffers.
Jason will do the StatCvs checkin soon, in the meantime I include statcvs-0.2.4.jar in the lib directory.
Enjoy
211 lines of code changed in:
Changing version number back to 0.1.3 in preparation to the 0.1.3 release.
3 lines of code changed in:
Move to net.sf.statsvn
0 lines of code changed in: