I am a big fan of statsvn (was fan of statcvs earlier too) and I am running 0.4.1 now on my linux box.
I encountered an error with the trac-integration which I couldn't compensate via config-settings.
Example: My Trac-url is located at 'dev.example.org/trac/myproject' so my trac file browser would be accessable at 'dev.example.org/trac/myproject/browser' and an file, viewed in the trac-browser would be 'dev.example.org/trac/myproject/browser/trunk/MyClass.java'.
The problem I encoutered seems to be that the module name (i.e. 'myproject' in my example) is not inserted between the 'browser' and the '/path/to/file'-part.
It's currently: 'dev.example.org/trac/myproject/browser/MyClass.java' (which results in an error since the file isn't there)
It has to be: 'dev.example.org/trac/myproject/browser/trunk/MyClass.java' (in my case this would be right).
Can anyone confirm this error and will there be a patch? (Shouldnt be that hard to fix.)