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

Re: mod_dav_svn on winxpsp2, apache 2.2.4

From: Nicolai Scheer <scope_at_planetavent.de>
Date: 2007-10-15 23:09:13 CEST

Hi!

Stefan Lamby wrote:

> LoadModule dav_fs_module modules/mod_dav_fs.so
> LoadModule dav_module modules/mod_dav.so
> LoadModule dav_svn_module modules/mod_dav_svn.so

First you should check, that you copied the mod_dav_svn.so file to the
Apache modules folder.

Then you should make sure, that apache 2.2.4 does find the required .dll
files. The easiest way to accomplish this, is to add the svn-bin
directory to your path.

Or you could copy the needed intl3_svn.dll and libdb44.dll from the svn
bin folder to the apache bin folder.

The former has the advantage, that you just alter your path setting when
upgrading to a newer svn version. So you are not in danger to mix up
files. The latter might be faster just to check if this solves your problem.

Hope that helps,

Nico

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 15 23:17:34 2007

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.