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.
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.
Comments
David MICHEL
May 27 '13, 2:55 p.m.hello,
Christian Opitz
Sep 24 '15, 11:08 a.m.Hello!
Same issue here. Did anyone already solve this issue?
Best regards
David MICHEL
Sep 24 '15, 11:29 a.m.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.