-
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/ .