Feature #1038
closedAdd repo url to repository view
0%
Description
It's useful to know exactly which part of the repo a project is attached to. This patch adds the repo url from the configuration to the top "crumbs"
Files
Related issues
Updated by Karl DeBisschop over 16 years ago
Nice idea.
In our case, however, redmine accesses the SVN as file whereas we want the users to see the https:// form of the repo.
I'm rather out of my element in ruby. What would it take to allow the published URL to be different than the internal access URL?
Updated by Anonymous about 16 years ago
Karl DeBisschop wrote:
Nice idea.
In our case, however, redmine accesses the SVN as file whereas we want the users to see the https:// form of the repo.
I'm rather out of my element in ruby. What would it take to allow the published URL to be different than the internal access URL?
+1
We should have an internal repository url used by redmine bringing browsing capabilities and an external repository url displayed on the home page. A workaround is to create a custom field on project (e.g. SCM URL).
Updated by Holger Just over 14 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
This is a duplicate of #232.
The functionality is provided by my Redmine Checkout plugin