-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: subversion-plugin
-
Environment: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.