-
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.
Are other SCM browsers integrated with the SCM plugin itself? I have looked at the Hudson code in
awhile, so I am not sure on the state of things, but I am not sure why WebSVN or ViewVC, etc. would be
part of the SCM code itself? For example, I know the sventon (sp) SVN browser is in a plugin.
From my perspective, it is a seperation of concerns. Because WebSVN isn't Subversion and Subversion
does not include in WebSVN, but rather WebSVN is an application that sits on top of Subversion.
Just playing devil's advocate here. I do not have strong feelings on this one.![](/images/icons/emoticons/smile.png)