You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
388 B

LoadModule dav_svn_module /usr/lib/apache2/mod_dav_svn.so
LoadModule authz_svn_module /usr/lib/apache2/mod_authz_svn.so
3 years ago
<Location />
DAV svn
SVNParentPath /data
SVNListParentPath On
3 years ago
SVNAutoversioning on
ModMimeUsePathInfo on
3 years ago
AuthType Basic
AuthName "svn"
AuthUserFile /data/.htpasswd
AuthzSVNAccessFile /data/authz
Require valid-user
</Location>