Actions
Defect #2157
closedProblem in Wiki Page about SVN Setup
Start date:
2008-11-10
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
The URL in question contains incorrect information:
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