Project

General

Profile

How to access SVN repositories with proper rights - Apache 2.2

Added by Ivan Cenov almost 12 years ago

Ispired by the other theme, How to access SVN repositories with proper rights I have similar questions:

We have SVN repositories, that are served by Apache 2.2. These repositories have following URLs:
http://repos.ourcompany.com/projectx/svn/
http://repos.ourcompany.com/projecty/svn/
etc.

Each of these projects have its own authorization file and all the of the projects share common Apache authentication file.

Now, Redmine has its own user in these files that is enabled to see the repositories. What can be done in this case? Our Redmine users are the same (username/password) like these in Apache and in svn files.

Ivan