SVN Link in RTC not recognised by Web SVN
II've set RTC-SVN integration.
using Eclipse ( 3.7.2), RTC 4.01, Polarion Subversive SVN 1.6 SVN Kit Connector and SVN V1.7.8. When I link between a WI and a SVN commit the URL that is captured in RTC under SVN revisions is in the format: svn+https://path/to/repository#revision when I try to browse to this path a URL with svn+ is not recognized - is there a way to customize this URL and drop the SVN+ prefix?
|
One answer
The reason the prefix exists is that we needed a way to associate the URL with the Eclipse Subversion integration so we could show the subversion revision in the Eclipse Subversion UI (subclipse or subversive). If we used http or https, then the work items component would have interpreted the link as generic link and would open it in the web UI.
The feature was designed to work with the Eclipse subversion integration so it is working as designed. Opening the link in the web browser is currently not supported. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
hello,
Hello!
Same issue here. Did anyone already solve this issue?
Best regards
In fact this URL is used in Eclispe environnement.
We have developed:
- a java program to change URL in all Work item
- a hook svn to create the correct link.