-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Platform: All, OS: All
Having WebSVN 2.2 set up, I have encountered a problem where the URL generated
using "http://server/websvn/filedetails.php/?repname=MyRepo&path=
" as baseURL in the configuration for file "/trunk/src/Foo.java" resulted in
"http://server/websvn/filedetails.php/trunk/src/Foo.java?repname=MyRepo&path="
but expected
"http://server/websvn/filedetails.php?repname=MyRepo&path=/trunk/src/Foo.java"
The file path should appear at the end of the baseURL.
I think this might be a good time to move the WebSVN support to a plugin as well so that we can make
changes a little easier.
I sent Kohsuke a patch for the original implementation because I was just getting exposed to Hudson and
there were only a handful of plugins back then, so I looked at the ViewVC implementation and copied that.
However, now I feel it might be better in a plugin as it isn't core functionality and it would be nice to be
able to support different versions of WebSVN without requiring new core builds.
Kohsuke, does this sound reasonable to you?