Directory statsvn/src/net/sf/statsvn/

Total Files:
6
Deleted Files:
2
Lines of Code:
705

Browse with ViewVC

[root]/statsvn/src/net/sf/statsvn

                        directory in repo ant (2 files, 255 lines)

                        directory in repo input (12 files, 3966 lines)

                        Folder removed from repo model (0 files, 0 lines)

                        directory in repo output (4 files, 545 lines)

                            Folder removed from repo web-files (0 files, 0 lines)

                        Folder removed from repo renderer (0 files, 0 lines)

                        Folder removed from repo reportmodel (0 files, 0 lines)

                        Folder removed from repo reports (0 files, 0 lines)

                        directory in repo util (22 files, 2147 lines)

                            directory in repo svnkit (5 files, 479 lines)

Lines of Code

statsvn/src/net/sf/statsvn/ Lines of Code

Developers

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

Most Recent Commits

Benoit Xhenseval 2009-08-17 15:08 Rev.: 395

Removed the http://tr.im links.

1 lines of code changed in 1 file:

Jason Kealey 2009-08-07 20:26 Rev.: 393

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:

  • statsvn/src/net/sf/statsvn: Main.java (+10 -5)
Benoit Xhenseval 2009-06-02 15:15 Rev.: 390

Mentioning possible issues

10 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+10 -4)
Benoit Xhenseval 2009-05-27 18:17 Rev.: 389

free the Builder as soon as possible in order to reduce the max memory required.

242 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+242 -236)
Benoit Xhenseval 2009-05-01 16:59 Rev.: 386

New StatCVS Beta

1 lines of code changed in 1 file:

Benoit Xhenseval 2009-04-22 08:22 Rev.: 384

Tidy up.

8 lines of code changed in 2 files:

Benoit Xhenseval 2008-06-25 20:44 Rev.: 367

Added -chartset option.

2 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+2 -1)
Jason Kealey 2008-06-15 01:15 Rev.: 364

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:

  • statsvn/src/net/sf/statsvn: Main.java (+1 -1)
Benoit Xhenseval 2008-04-17 14:59 Rev.: 357

Added Support for TRAC, thanks to Jean-Francois Burdet.

14 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+14 -8)
Benoit Xhenseval 2008-03-31 16:33 Rev.: 354

do a site build

0 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (-2)
Benoit Xhenseval 2008-03-31 16:17 Rev.: 353

Add the "-xml" switch to the usage output.

3 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+3 -1)
Benoit Xhenseval 2008-03-31 16:14 Rev.: 352

removed some 1.5 code, updated StatCVS 0.3.1-dev

2 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+2 -2)
Benoit Xhenseval 2008-03-28 18:46 Rev.: 351

Eclipse cleanUp.

41 lines of code changed in 2 files:

Benoit Xhenseval 2008-03-28 16:55 Rev.: 348

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:

  • statsvn/src/net/sf/statsvn: Main.java (+4 -4)
Jason Kealey 2008-03-28 04:00 Rev.: 346

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:

  • statsvn/src/net/sf/statsvn: Main.java (+4 -1)
Benoit Xhenseval 2008-03-27 23:42 Rev.: 345

Matching changes made in StatCVS for the XML output.

5 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+5 -1)
Benoit Xhenseval 2007-07-13 09:32 Rev.: 341

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:

  • statsvn/src/net/sf/statsvn: Main.java (+15 -7)
Benoit Xhenseval 2007-04-09 15:50 Rev.: 331

[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:

  • statsvn/src/net/sf/statsvn: Main.java (+5 -2)
Benoit Xhenseval 2007-03-10 12:17 Rev.: 295

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:

  • statsvn/src/net/sf/statsvn: Main.java (+4 -3)
Benoit Xhenseval 2007-03-04 22:24 Rev.: 287

[Bug 1673601]Support the -tags command line parameter by limiting the tags to the given list.

15 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+15 -22)
Jean-Philippe Daigle 2007-02-07 21:26 Rev.: 277

Fix old typo + weirdo formatting

18 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+18 -10)
Benoit Xhenseval 2007-01-12 20:00 Rev.: 266

0.3.0 build, with a couple of fixes for QA warnings.

2 lines of code changed in 1 file:

Benoit Xhenseval 2007-01-11 22:48 Rev.: 258

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:

Benoit Xhenseval 2007-01-10 22:42 Rev.: 257

Enabling INFO by default.

2 lines of code changed in 1 file:

Benoit Xhenseval 2007-01-10 21:42 Rev.: 251

Fixed a potential stream closure issue.

12 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+12 -3)
Benoit Xhenseval 2007-01-10 20:48 Rev.: 249

put thread name at the end.

8 lines of code changed in 1 file:

Jason Kealey 2007-01-10 20:31 Rev.: 247

Organized Imports, got rid of warnings

0 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (-1)
Benoit Xhenseval 2007-01-10 20:25 Rev.: 246

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:

Benoit Xhenseval 2007-01-08 10:21 Rev.: 234

Fixed a few warnings by JBuilder 2007.

14 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+14 -19)
Benoit Xhenseval 2007-01-03 21:13 Rev.: 224

A bit of QA tidy-up.

102 lines of code changed in 2 files:

Benoit Xhenseval 2007-01-03 20:27 Rev.: 223

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:

  • statsvn/src/net/sf/statsvn: Main.java (+4 -12)
Benoit Xhenseval 2007-01-03 20:09 Rev.: 222

Moved the dump functionality to its own class.

155 lines of code changed in 2 files:

Benoit Xhenseval 2007-01-03 14:13 Rev.: 221

Slightly reformatted output for -dump.

22 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+22 -28)
Benoit Xhenseval 2006-12-26 20:52 Rev.: 211

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:

  • statsvn/src/net/sf/statsvn: Main.java (+144 -39)
Jason Kealey 2006-12-23 19:49 Rev.: 210

bug 1573421: updated statcvs dev jar file; fixed resource problems in ant task, added new arguments.

25 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+25 -9)
Jason Kealey 2006-12-23 19:02 Rev.: 209

Bug 1573421: Update statcvs Ant task for SVN - better error logging.

20 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+20 -4)
Jason Kealey 2006-12-23 18:07 Rev.: 208

Bug 1573421: Update statcvs Ant task for SVN.

1 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+1 -1)
Benoit Xhenseval 2006-12-12 20:26 Rev.: 200

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:

Benoit Xhenseval 2006-12-12 13:16 Rev.: 197

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:

Benoit Xhenseval 2006-12-11 10:55 Rev.: 191

Upgraded StatCVS to version 0.3.0-dev (lots of refactoring inside StatCVS).

26 lines of code changed in 1 file:

  • statsvn/src/net/sf/statsvn: Main.java (+26 -20)

(7 more)

Generated by StatSVN 0.7.0