PDA

View Full Version : Installing svn server



Dytech
07-17-2008, 12:51 AM
Hey there,

Isn't there anyone who installed svn on a directadmin configured server?

I've tried it but it doesn't seem to load the apache conf module dav_svn. Altough when i do ap2enmod dav_svn

it says This module is already enabled!

Well not because when i set this to the custom httpd.conf of that domain :

<Location />
DAV svn
SVNPath /var/svn/
AuthType Basic
AuthName "Dytech Solutions Subversion repository"
AuthUserFile /etc/svn-auth-file
Require valid-user
</Location>

when restarting apache i get :
Unknown DAV provider: svn

Could this have someting to do with DA autobuild?