Mike
Mike

Reputation: 519

Map SVN users to Redmine users

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

Upvotes: 5

Views: 3382

Answers (2)

Jeff Beck
Jeff Beck

Reputation: 3938

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

Upvotes: 8

Justin Beckwith
Justin Beckwith

Reputation: 7866

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.

Upvotes: 2

Related Questions