From dd254da1045e7dca1097f096b6077aeae800dba7 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 3 Feb 2003 20:24:13 +0000 Subject: add the missing link between subversion and apache2, mostly from Eric Gillespie --- www/ap2-subversion/MESSAGE | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 www/ap2-subversion/MESSAGE (limited to 'www/ap2-subversion/MESSAGE') diff --git a/www/ap2-subversion/MESSAGE b/www/ap2-subversion/MESSAGE new file mode 100644 index 00000000000..2667e754faf --- /dev/null +++ b/www/ap2-subversion/MESSAGE @@ -0,0 +1,22 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2003/02/03 20:24:13 drochner Exp $ + +See ${PREFIX}/share/doc/subversion/INSTALL for details on making +a repository accessible via mod_dav_svn. Basically, you need +something like this in httpd.conf: + + LoadModule dav_svn_module "lib/httpd/mod_dav_svn.so" + + DAV svn + SVNPath "/path/to/repository" + + AuthType Basic + AuthName "Subversion repository" + AuthUserFile "/path/to/passwd-file" + Require valid-user + Order deny,allow + Deny from all + + + +=========================================================================== -- cgit v1.2.3