-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Trac plugin 1.10, Hudson 1.365, Trac 0.11.2.1
I have a problem with the links in the changes page.
In my subversion repository, the files are located in:
svn://svn.xxx.com/Repo/Product/Trunk/subdir/file.txt
The links will then point at:
http://trac.xxx.com/trac-project/browser/Product/Trunk/subdir/file.txt
But my Trac installation has its root at Product/Trunk/, so the only link that would work is:
http://trac.xxx.com/trac-project/browser/subdir/file.txt
It seems there is no way to tell the plugin that my Trac project has its root set at svn://svn.xxx.com/Repo/Product/Trunk/ instead of svn://svn.xxx.com/Repo/ .
FYI, I created a patch to enhance the plugin with a new string parameter called "Trac source repository browser prefix" (couldn't come up with a better name). You may enter any path into this textfield. The plugin will subtract this prefix from the URL before opening the Trac browser.
The online help for this new field needs more explanation.