diff options
author | epg <epg@pkgsrc.org> | 2003-05-25 09:17:41 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2003-05-25 09:17:41 +0000 |
commit | 4e091986fde660ef1a3614fdbc71d28de6943baf (patch) | |
tree | 0e2ed6e277968d09783afd3bdf903700a9997c43 /www/ap2-subversion/MESSAGE | |
parent | 08e1ecfdbe1b8b59708206b71394c023e0b59b28 (diff) | |
download | pkgsrc-4e091986fde660ef1a3614fdbc71d28de6943baf.tar.gz |
Update to 0.23.0 and use new subversion infrastructure.
Correct MESSAGE example.
Diffstat (limited to 'www/ap2-subversion/MESSAGE')
-rw-r--r-- | www/ap2-subversion/MESSAGE | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/ap2-subversion/MESSAGE b/www/ap2-subversion/MESSAGE index 2667e754faf..6db11be292f 100644 --- a/www/ap2-subversion/MESSAGE +++ b/www/ap2-subversion/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.1.1.1 2003/02/03 20:24:13 drochner Exp $ +$NetBSD: MESSAGE,v 1.2 2003/05/25 09:17:41 epg Exp $ See ${PREFIX}/share/doc/subversion/INSTALL for details on making a repository accessible via mod_dav_svn. Basically, you need @@ -9,13 +9,11 @@ something like this in httpd.conf: <Location /svn> DAV svn SVNPath "/path/to/repository" + AuthType Basic + AuthName "Subversion repository" + AuthUserFile "/path/to/passwd-file" <LimitExcept GET HEAD OPTIONS POST PROPFIND REPORT TRACE> - AuthType Basic - AuthName "Subversion repository" - AuthUserFile "/path/to/passwd-file" Require valid-user - Order deny,allow - Deny from all </LimitExcept> </Location> |