Patch #16719
Redmine.pm patch for HTTP access of repositories by repo-name
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | SCM extra | |||
Target version: | - |
Description
I modified extra/svn/Redmine.pm
in order to provide access to repositories by repo-name rather than project-identifier. The modification itself is basically done by an extended SQL query.
This modification is especially necessary in order to enable access in case of multiple repositories per project.
The patch seems to be working, but should be double checked by another person!