Patch #232
SCM URL/ROOT Information on Repository Page
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM | |||
Target version: | - |
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.
Related issues
History
#1
Updated by Brian DeGregorio over 14 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.
#2
Updated by Cyril Mougel over 14 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.
#3
Updated by Holger Just over 12 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
#4
Updated by Toshi MARUYAMA over 11 years ago
- Category set to SCM
#5
Updated by Lluís Vilanova about 10 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.
#6
Updated by Wojtek … over 9 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.
#7
Updated by Michael Zhu over 9 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.
#8
Updated by Lluís Vilanova over 6 years ago
Is there an alternative with redmine 3.0?