[root]/statsvn/src/net/sf/statsvn
ant
(2 files, 255 lines)
input
(12 files, 3966 lines)
model
(0 files, 0 lines)
output
(4 files, 545 lines)
web-files
(0 files, 0 lines)
renderer
(0 files, 0 lines)
reportmodel
(0 files, 0 lines)
reports
(0 files, 0 lines)
util
(22 files, 2147 lines)
svnkit
(5 files, 479 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 69 (100.0%) | 1082 (100.0%) | 15.6 |
Benoit Xhenseval | 61 (88.4%) | 1003 (92.7%) | 16.4 |
Jason Kealey | 7 (10.1%) | 61 (5.6%) | 8.7 |
Jean-Philippe Daigle | 1 (1.4%) | 18 (1.7%) | 18.0 |
Removed the http://tr.im links.
1 lines of code changed in 1 file:
Refactored svn calls into various interfaces instead of static utility methods. Made it easier to implement an alternate way to query the server (using svnkit, for example). Allowed extensibility in current classes.
10 lines of code changed in 1 file:
Mentioning possible issues
10 lines of code changed in 1 file:
free the Builder as soon as possible in order to reduce the max memory required.
242 lines of code changed in 1 file:
New StatCVS Beta
1 lines of code changed in 1 file:
Tidy up.
8 lines of code changed in 2 files:
Added -chartset option.
2 lines of code changed in 1 file:
Bug 1993217, Thanks to Edward Oubrayrie: Fixed issue in command line help with regards to -concurrency-threshold
1 lines of code changed in 1 file:
Added Support for TRAC, thanks to Jean-Francois Burdet.
14 lines of code changed in 1 file:
do a site build
0 lines of code changed in 1 file:
Add the "-xml" switch to the usage output.
3 lines of code changed in 1 file:
removed some 1.5 code, updated StatCVS 0.3.1-dev
2 lines of code changed in 1 file:
Eclipse cleanUp.
41 lines of code changed in 2 files:
The RepoMap and LOCChurn pages are now managed by StatCVS.
Also enable the -xml option in StatSVN.
4 lines of code changed in 1 file:
Beta of improved diff that makes use of the per-revision diffs now available in Subversion (instead of per file).
4 lines of code changed in 1 file:
Matching changes made in StatCVS for the XML output.
5 lines of code changed in 1 file:
Added a small method that provides some validation of the repository. It may be advantageous to add this to the StatCVS Repository itself but first of all, could one improve the error message? What could be the reasons why Root would be null in a Repository?
15 lines of code changed in 1 file:
[Request 1692245 ] Allow to use another top-level directory than 'tags'. use -tags-dir /releases/ if your directory is the top directory "releases".
5 lines of code changed in 1 file:
Reduced complexity (Checkstyle) by refactoring a bit
Plus: in order to avoid attempting to get svn diff on some files (.htaccess seems to be a killer that never returns), the exclude pattern is now used in the SvnLogfileParser.java
4 lines of code changed in 1 file:
[Bug 1673601]Support the -tags command line parameter by limiting the tags to the given list.
15 lines of code changed in 1 file:
Fix old typo + weirdo formatting
18 lines of code changed in 1 file:
0.3.0 build, with a couple of fixes for QA warnings.
2 lines of code changed in 1 file:
Improved logging and new dump per TAGS. This highlights the problem of lumping every move under '0.0'
Fix the LOC for the LAST tag of a series.
35 lines of code changed in 1 file:
Enabling INFO by default.
2 lines of code changed in 1 file:
Fixed a potential stream closure issue.
12 lines of code changed in 1 file:
put thread name at the end.
8 lines of code changed in 1 file:
Organized Imports, got rid of warnings
0 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.
38 lines of code changed in 2 files:
Fixed a few warnings by JBuilder 2007.
14 lines of code changed in 1 file:
A bit of QA tidy-up.
102 lines of code changed in 2 files:
There was an issue when a directory is deleted and then, later on, its parent directory is also deleted. In that case, StatSVN would duplicate the
deletion via the implicitAction. Now StatSVN will keep only one of any consecutive deletion per file. This seems to sort out a few issues and the -dump
option validates the results for all ObjectLab's open source projects.
4 lines of code changed in 1 file:
Moved the dump functionality to its own class.
155 lines of code changed in 2 files:
Slightly reformatted output for -dump.
22 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.
144 lines of code changed in 1 file:
bug 1573421: updated statcvs dev jar file; fixed resource problems in ant task, added new arguments.
25 lines of code changed in 1 file:
Bug 1573421: Update statcvs Ant task for SVN - better error logging.
20 lines of code changed in 1 file:
Bug 1573421: Update statcvs Ant task for SVN.
1 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.
5 lines of code changed in 2 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.
22 lines of code changed in 2 files:
Upgraded StatCVS to version 0.3.0-dev (lots of refactoring inside StatCVS).
26 lines of code changed in 1 file:
(7 more)