Hello!
I'm just starting using Subversion, and this patch adds pieces that were
not immediately obvious for me when I tried to install the server.
=====================================
--- INSTALL
+++ .svn/tmp/INSTALL.62812.00001.tmp Wed Sep 25 16:57:33 2002
@@ -743,6 +743,10 @@
directives. Full details on setting up apache can be found at:
http://httpd.apache.org/docs-2.0/
+ Add this line after the last LoadModule directive:
+
+ LoadModule dav_fs_module modules/mod_dav_fs.so
+
Add this to the *bottom* of /usr/local/apache2/conf/httpd.conf:
<Location /svn/repos>
@@ -819,11 +823,18 @@
D. Running and Testing
-------------------
+ Initialize the repository. This is described in the README file.
+
Fire up apache 2.0:
$ /usr/local/apache2/bin/apachectl stop
$ /usr/local/apache2/bin/apachectl start
+ On Red Hat, you might need to use following commands instead:
+
+ $ service httpd2 stop
+ $ service httpd2 start
+
Check /usr/local/apache2/logs/error_log to make sure it started
up okay.
=====================================
--
Regards,
Pavel Roskin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 25 23:17:21 2002