Directory statsvn/lib/

Directory Created:
2006-01-19 07:13
Total Files:
4
Deleted Files:
6
Lines of Code:
0

Browse with ViewVC

[root]/statsvn/lib

Developers

Author Changes Lines of Code Lines per Change
Totals 20 (100.0%) 0 (-) 0.0
jpdaigle 4 (20.0%) 0 (-) 0.0
jkealey 5 (25.0%) 0 (-) 0.0
benoitx 11 (55.0%) 0 (-) 0.0

Most Recent Commits

benoitx 2006-12-26 21:02

When handling SymbolicNames, the new SymbolicName constructor (not-committed yet in statcvs) must be used.

There is a significant difference in the way CVS operates vs SVN.

SVN tags by creating a revision which is a copy of another revision.

Each checkin changes the 'revision' across the board, the log

therefore may involve only a given number of files for this.



I have found a way to go through all files and associate the latest

version of a given file with the appropriate SymbolicName.



However, the way the SymbolicNames works is that it picks up the date

from a bunch of revision Data.

Since the copy is not associated with ANY file, it would lose that

date unless it could be given to the SymbolicName,



Therefore I am suggesting a transparent change to SymbolicName to add

a constructor that would accept such a date and on call to getDate

would behaves as usual UNLESS there was a given non-null date.

0 lines of code changed in:

jkealey 2006-12-23 19:49

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

0 lines of code changed in:

benoitx 2006-12-12 20:26

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.

0 lines of code changed in:

benoitx 2006-12-11 10:55

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

0 lines of code changed in:

benoitx 2006-12-03 22:20

Reviewed the new interfaces in StatCVS and modified them.

Using code that was sent to Richard for inclusion in statcvs.

0 lines of code changed in:

benoitx 2006-12-03 21:14

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.

0 lines of code changed in:

benoitx 2006-11-21 00:08

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

0 lines of code changed in:

jkealey 2006-11-07 02:10

Merged in changes from StatCVS 0.2.3. Creating StatSVN 0.1.1

0 lines of code changed in:

jpdaigle 2006-01-19 07:13

Initial statcvs project import

0 lines of code changed in:

Generated by StatSVN 0.3.0-dev