Installing svn server

Dytech

Verified User
Joined
Jul 10, 2008
Messages
8
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 :
Code:
<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?
 
Back
Top