문제

We are starting to use Redmine as our task tracking tool and for some reason we can't have the same SVN and Redmine user logins. How can we map SVN user names to Redmine user names via configuration files or something else?

As all commits now are being performed by Anonymous, we can't track who was the committer for the revision.

Any ideas how we could fix this?

ADD: In fact there is a paragraph in Redmine wiki about user mapping configuration, but it's empty now. You can find it at the bottom of http://redmine.org/wiki/1/RedmineRepositories

도움이 되었습니까?

해결책

Also in the project settings for repository there is on the lower right a link called users. That allows you to map users that have commits to the users in redmine. If the login name matches the svn author it does the match for you. This information is as of Redmine 0.9.1.stable

다른 팁

While I know this only works for a windows environment, we decided to deploy an Active Directory instance, and use SSO for both our redmine and svn installations via apache. I would imagine you should be able to do this using any ldap server.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top