... and, the second follow-up:
As you probably anticipated by my notes so far, I tried testing the resulting configuration, and got this message:
C:\Program Files\Apache Software Foundation\Apache2.2>bin\httpd --test
httpd: Syntax error on line 116 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_dav_svn.so into server: The specified procedure could not be found.
I see the files there (and they weren't there before I put them there). Is there something else I'm missing, or something you haven't told me? I've used several different readme files - one that seems most informative is http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-serversetup.html#tsvn-serversetup-apache-3,
where I see the info:
Edit Apache's configuration file (usually C:\Program Files\Apache Group\Apache2\conf\httpd.conf) with a text editor such as Notepad and make the following changes:
Uncomment (remove the '#' mark) the following lines:
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule dav_module modules/mod_dav.so
Add the following two lines to the end of the LoadModule section.
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
That last bit about adding two lines at end of LoadModule is where the server test is failing.
--Don Ellis
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1006620
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-06 02:28:40 CET