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

RE: [PATCH] Additions to INSTALL

From: Sander Striker <striker_at_apache.org>
Date: 2002-09-26 00:56:54 CEST

> From: Pavel Roskin [mailto:proski@gnu.org]
> Sent: 26 September 2002 00:35

>>> + Add this line after the last LoadModule directive:
>>> +
>>> + LoadModule dav_fs_module modules/mod_dav_fs.so
>>> +
>>
>> Huh? Why would we need the mod_dav_fs backend to mod_dav?
>
> I'm sorry. I meant this line:
>
> LoadModule dav_svn_module modules/mod_dav_svn.so
>
> It doesn't work otherwise:
>
> # service httpd2 start
> Starting httpd2: Syntax error on line 1075 of
> /usr/local/apache2/conf/httpd.conf:
> Unknown DAV provider: svn
>
> I took this line from packages/rpm/subversion.conf in the Subversion
> repository. That's the only file where modules/mod_dav_svn.so is
> mentioned. I would think that INSTALL should have it too.

Well, when you install mod_dav_svn, it calls apxs which should add
this line to your config. Therefor the line doesn't have to be
added (it's already there).

But, for clarity we could put a short paragraph in INSTALL about
it. Something like:

"Make sure that the mod_dav_svn module is loaded when the server
 starts. If the following line is not present in the config
 file, add it as the last one in the section where the other
 LoadModule lines are.

   LoadModule dav_svn_module modules/mod_dav_svn.so

"

Ofcourse this can be worded much better... ;)

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 26 00:45:28 2002

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

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