Project

General

Profile

Installation of Redmine SCM Creator fails.

Added by Bastian Gorholt over 11 years ago

After installing "" I followed the following guide to configure apache/dav:
http://www.redmine.org/projects/redmine/wiki/Repositories_access_control_with_apache_mod_dav_svn_and_mod_perl

On completion of the step "Apache configuration for Subversion repositories" I tested the configuration by typing

svn ls http://my.svn.server/svn/myproject <- with the right domain, of course

The answer is always

svn: OPTIONS of 'http://my.svn.server/svn/project': 200 OK (http://my.svn.server)" 
no matter what svn folder I actually want to list. Also I am never being asked for a password (even when typing 'mkdir').

The second problem is that when I now want to open the configuration tab in our Redmine project I get a file-not-found error message, so I cannot configure our project anymore. Some other links are also broken in Redmine. What might I be doing wrong here?