English 中文(简体)
Map SVN users to Redmine users
原标题:
  • 时间:2010-02-01 09:41:10
  •  标签:
  • svn
  • redmine

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.





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签