Feature #7321
openuse svn:externals property value to include secondary repository in project
0%
Description
When you have a repository with another repository inside (with the svn:externals property) all the changes inside this repository should also be tracked by redmine.
In the current behavior we would have to add the second repository as a subproject to be able to see the commit messages, to brows through the source tree and to automatically close issues with the "fixes" keyword in my commits.
This issue is related to issue #1581 but it should not just display the property value, instead redmine should use that information to also track that repository within the same code tree and within the same project.
Is this to complicated? another approach would be to implement a multi-repository-per project model (as suggested in issues #779 and #3169)