[root]/statsvn/src/net/sf/statsvn/output
web-files
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 130 (100.0%) | 1131 (100.0%) | 8.7 |
Benoit Xhenseval | 123 (94.6%) | 1047 (92.6%) | 8.5 |
Jason Kealey | 5 (3.8%) | 72 (6.4%) | 14.4 |
Jean-Philippe Daigle | 2 (1.5%) | 12 (1.1%) | 6.0 |
Implemented usage of svnkit instead of command-line tool. Some work contributed by yogesh.
46 lines of code changed in 2 files:
Eclipse cleanUp.
20 lines of code changed in 2 files:
The RepoMap and LOCChurn pages are now managed by StatCVS.
Also enable the -xml option in StatSVN.
0 lines of code changed in 3 files:
Beta of improved diff that makes use of the per-revision diffs now available in Subversion (instead of per file).
25 lines of code changed in 2 files:
Matching changes made in StatCVS for the XML output.
3 lines of code changed in 1 file:
fix for enhancement request 1743119 on sourceforge: support for anonymizing report
12 lines of code changed in 2 files:
[Request 1692245 ] Allow to use another top-level directory than 'tags'. use -tags-dir /releases/ if your directory is the top directory "releases".
100 lines of code changed in 2 files:
Fix NPE in RepoMapPageMaker.java
see https://sourceforge.net/tracker/index.php?func=detail&aid=1657197&group_id=164845&atid=833326
7 lines of code changed in 1 file:
add link to JTreeMap.
5 lines of code changed in 1 file:
Fix a few QA warnings.
0 lines of code changed in 1 file:
Organized Imports, got rid of warnings
1 lines of code changed in 1 file:
In order to ensure consistency and ability to use the Ant Task as a logging mechanism, we've replaced Logger by a TaskLogger
The default implementation is the java.util.logging.Logger with fine/info/severe levels. There is also an AntTaskLogger automatically
used for the Ant task.
13 lines of code changed in 4 files:
Reduce Log to use the LOGGER.fine for churn.
3 lines of code changed in 1 file:
A bit of QA tidy-up.
6 lines of code changed in 1 file:
Moved the dump functionality to its own class.
2 lines of code changed in 1 file:
Checkstyle and corrected unit tests to use new interface.
3 lines of code changed in 2 files:
Better error log if jar not copied properly.
30 lines of code changed in 1 file:
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 2 files:
Removal of -hopefully- the last bits of JDK 1.5 code.
19 lines of code changed in 1 file:
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 3 files:
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 1 file:
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 1 file:
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 2 files:
A fair amount of tidy up following warnings from FindBugs, PMD, Checkstyle.
38 lines of code changed in 4 files:
rework the test to eliminate ViewCvs but allow ViewVc (one extends the other one...)
Quick fix.
2 lines of code changed in 1 file:
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 1 file:
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 29 files:
Changing version number back to 0.1.3 in preparation to the 0.1.3 release.
3 lines of code changed in 3 files:
Move to net.sf.statsvn
0 lines of code changed in 54 files: