Patch #232
openSCM URL/ROOT Information on Repository Page
0%
Description
To save users the hassle of hunting down the Admin to ask the access information needed to use a non-redMine SCM tool
i.e. TortoiseSVN I've integrated the settings information into the Repository page.
File is a unix patch.
Files
Related issues
Updated by Cyril Mougel about 18 years ago
The using of Table for view information is not realy good for
a web application. You show a list of thing, so it's better to
see by list with <ul> and <li> value.
Updated by Brian DeGregorio about 18 years ago
I used the table to match the other 3 tables on the page.
Wouldn't be hard to change it but then it would look out of
place with the other 2 boxes.
Updated by Holger Just almost 16 years ago
I created a simple plugin which implements the functionality of the patch. Additionally, the displayed URL is configurable in the admin interface.
The plugin can be found at http://dev.holgerjust.de/projects/redmine-checkout/wiki
Updated by Lluís Vilanova over 13 years ago
+1
Looks like the aforementioned plugin (which provided just the right features) has been abandoned and no longer works with never redmine versions.
Updated by Wojtek … about 13 years ago
+1
given that the mentioned plugin does not nor will not work with Redmine 2.0 (please see: Redmine 2.x support which states: "redmine_checkout is not compatible with Redmine >= 2.0 right now and it probably never will.) and the Feature #4567 is somehow stagnant.
It was also convenient to have configuration page with substitution options on per SCM basis.
Updated by Michael Zhu about 13 years ago
+1
Wojtek K. wrote:
+1
given that the mentioned plugin does not nor will not work with Redmine 2.0 (please see: Redmine 2.x support which states: "redmine_checkout is not compatible with Redmine >= 2.0 right now and it probably never will.) and the Feature #4567 is somehow stagnant.It was also convenient to have configuration page with substitution options on per SCM basis.
Updated by Lluís Vilanova almost 10 years ago
Is there an alternative with redmine 3.0?