Project

General

Profile

Actions

Defect #2157

closed

Problem in Wiki Page about SVN Setup

Added by Skaag Argonius over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Category:
Wiki
Target version:
-
Start date:
2008-11-10
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

The URL in question contains incorrect information:

http://www.redmine.org/wiki/redmine/Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl#Apache-configuration-for-subversion-repositories-and-redmine-after-07X

It should read like this:

First copy Redmine.pm to /usr/lib/perl5/Apache
Then load the following configuration script:

PerlLoadModule Apache::Redmine
<Location />
    DAV svn
    SVNParentPath "/var/svn" 

    AuthType Basic
    AuthName redmine
    Require valid-user

    PerlAccessHandler Apache::Authn::Redmine::access_handler
    PerlAuthenHandler Apache::Authn::Redmine::authen_handler

    RedmineDSN DBI:mysql:database=redmine;host=localhost

    RedmineDbUser xxxxxxxxxx
    RedmineDbPass xxxxxxxxxx
</Location>

By the way if you grant me editing access, I will fix such things when I find them.
This should help you guys a bit, I guess?
Anyway for your consideration. Many thanks! :-)

Actions

Also available in: Atom PDF