Directory statsvn/src/net/sf/statcvs/

Directory Created:
2006-01-19 07:13
Directory Deleted:
2006-11-19 19:35
Total Files:
0
Deleted Files:
7
Lines of Code:
0

Browse with ViewVC

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

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

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

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

                        Folder removed from repo output (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)

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

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 40 (100.0%) 302 (100.0%) 7.5
Gunter Mussbacher 6 (15.0%) 92 (30.5%) 15.3
Jean-Philippe Daigle 11 (27.5%) 89 (29.5%) 8.0
Benoit Xhenseval 10 (25.0%) 74 (24.5%) 7.4
Jason Kealey 13 (32.5%) 47 (15.6%) 3.6

Most Recent Commits

Benoit Xhenseval 2006-11-19 19:35 Rev.: 144

Move to net.sf.statsvn

0 lines of code changed in 7 files:

Benoit Xhenseval 2006-11-18 01:14 Rev.: 141

Fixed some checkstyle issues (using final wherever possible, hence a few changes...)

Introduced constants and rename final static method in upper case (was inconsistent).

Also there were a few inconsistencies in the use of { on the same line as for or if.

Re-ordered private/static/final keywords to follow java standard (e.g. private static final...)

I hope this is ok.

55 lines of code changed in 2 files:

Benoit Xhenseval 2006-11-16 11:10 Rev.: 137

First cut for the refactored html/xdoc generation.

Use the new command line parameter -format xdoc|html (html by default).

When xdoc is used and NO css is provided, it will use the objectlab-statcvs-xdoc.css which is now part of StatSvn.

This checkin also resurrect the Maven build.

19 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+19 -13)
Jason Kealey 2006-11-14 02:34 Rev.: 126

- version 0.1.2

- patch to be XHTML compliant.

1 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+1 -1)
Jason Kealey 2006-11-07 02:10 Rev.: 120

Merged in changes from StatCVS 0.2.3. Creating StatSVN 0.1.1

4 lines of code changed in 2 files:

Jason Kealey 2006-11-06 05:41 Rev.: 118

1580913 - NPE on statsvn run when author name is null

1 lines of code changed in 1 file:

Jason Kealey 2006-08-30 15:16 Rev.: 117

errors found by klocwork inforce

5 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+5 -2)
Jason Kealey 2006-04-10 16:59 Rev.: 87

renamed viewcvs to viewvc everywhere except Ant task.

1 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+1 -1)
Jason Kealey 2006-04-04 20:18 Rev.: 84

bug 12: some work towards re-integrating input layer level tests

wrote a fixture that helps run statsvn without having to connect to the server, using files.

26 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+26 -25)
Jean-Philippe Daigle 2006-03-25 08:32 Rev.: 83

Fixed usage message to reflect -bugzilla option

1 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+1)
Jean-Philippe Daigle 2006-03-24 03:50 Rev.: 81

Bug 5 first attempt: authentication parameters

7 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+7 -3)
Jean-Philippe Daigle 2006-03-13 00:25 Rev.: 66

Bug 16: check that "repository root" information is available from the "svn info" command. (A 1.3+ feature.)

Fail on startup if not available.

1 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+1)
Jason Kealey 2006-03-12 00:41 Rev.: 62

bug 29: refactor: calls to Svn*Utils should pass by RepositoryFileManager

1 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+1 -1)
Jason Kealey 2006-03-10 20:42 Rev.: 60

reverted back to original state.

2 lines of code changed in 1 file:

Jason Kealey 2006-03-10 03:15 Rev.: 55

fixed » problem

2 lines of code changed in 1 file:

Jean-Philippe Daigle 2006-03-06 05:20 Rev.: 45

Bug 16: check version of svn executable before attempting to generate reports.

10 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+10)
Gunter Mussbacher 2006-02-24 05:09 Rev.: 28

finished parsing of svn diff (per file): now assigns added/removed lines to the correct revision

5 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+5 -10)
Gunter Mussbacher 2006-02-23 22:50 Rev.: 26

added parsing of svn diff (per revision is commented out, per file is enabled)

73 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+73 -60)
Gunter Mussbacher 2006-02-23 19:04 Rev.: 25

changed CVS to SVN in properties and results page

4 lines of code changed in 1 file:

Jason Kealey 2006-02-23 05:03 Rev.: 22

Fixed bug with root folder causing problems. All filenames must not be prefixed by /

1 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+1 -1)
Gunter Mussbacher 2006-02-21 22:58 Rev.: 14

first attempts at the XML parser

6 lines of code changed in 2 files:

Gunter Mussbacher 2006-02-21 20:23 Rev.: 13

renaming from CVS to abstract names or SVN; followed StatsCVS recommedations

4 lines of code changed in 1 file:

  • statsvn/src/net/sf/statcvs: Main.java (+4 -4)
Jason Kealey 2006-02-13 15:34 Rev.: 10

changed a few strings; added svn update/log to the build script.

3 lines of code changed in 2 files:

Jean-Philippe Daigle 2006-01-19 07:13 Rev.: 5

Initial statcvs project import

70 lines of code changed in 7 files:

Generated by StatSVN 0.7.0