[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Fwd: Problem installing Subversion 1.5.4

From: Jack Repenning <jrepenning_at_collab.net>
Date: Mon, 5 Jan 2009 17:27:36 -0800 (PST)

... 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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.