At a certain point our entire subversion repository was restructured such that the main "trunk" was relocated from "svn/trunk/<project>" to "svn/icb/trunk/<project>" to separate different organizations that share the same root repository. This seems to cause problems where the StatSVN reports stop completely at this restructuring. All the reports from now up until this move date are fine, but we see nothing prior to the move. The svn log shows all the information since the project start.
Here is the segment of the svn log where the move happens.
<logentry revision="14801">
<author>luis</author>
<date>2008-01-24T18:59:22.501121Z</date>
<paths>
<path
copyfrom-path="/trunk"
copyfrom-rev="14800"
action="A">/icb/trunk</path>
<path
action="D">/trunk</path>
</paths>
<msg>Moved trunk to icb toplevel</msg>
</logentry>
StatSVN reports show everything after the move correctly. The move itself and anything before it do not appear in the StatSVN reports at all.
Logged In: YES
user_id=29494
Originator: YES
I forgot to mention this occurs with the 0.4.0 version of the jar distribution.
Logged In: YES
user_id=1498924
Originator: NO
1) Do you run the application with certain includes/excludes?
2) Disclaimer: Moves/renames are currently supported as delete+addition so you won't have the best statistics for you project with the current version of StatSVN.