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

Re: SVN 1.1.1 on Windows with Apache

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-10-29 13:53:25 CEST

Richard Birkby wrote:

>Hi,
>
>I believe you're the maintainer for the SVN Win32 packages - and also
>saw you having an email conversation regarding a problem with the
>Win32 package:
>
>http://www.contactor.se/~dast/svnusers/archive-2004-10/1264.shtml
>
>
I don't build the win32 installer, I don't use it with Apache on Win32
-- so anything I say here is guesswork. But I'll do my best.

>I have a very similar problem. I'll try and explain as much as
>possible - if you need more information, please ask.
>
>
I will. :-)

>I've been running Subversion for over a year now. Upgraded several times.
>Subversion 1.0.9 works fine.
>Subversion 1.1.1 doesn't. I've uninstalled, reinstalled, rebooted and
>it doesn't work.
>My system is:
>
>Windows 2000 SP4
>Apache 2.0.52
>
>I install 1.0.9 and run the Apache binary:
>
>D:\Program Files\Apache Group\Apache2\bin>Apache.exe
>
>Everything is fine, I can browse the websites.
>
>Now install 1.1.1 and run the Apache binary:
>
>D:\Program Files\Apache Group\Apache2\bin>Apache.exe
>Syntax error on line 185 of D:/Program Files/Apache
>Group/Apache2/conf/httpd.conf:
>Cannot load D:/Program Files/Apache
>Group/Apache2/modules/mod_dav_svn.so into server: The specified
>procedure could not be found.
>
>D:\Program Files\Apache Group\Apache2\bin>
>
>Line 185 is this:
>
># Subversion
>LoadModule dav_svn_module modules/mod_dav_svn.so
>LoadModule authz_svn_module modules/mod_authz_svn.so
>
>These lines have looked like this ever since I installed Subversion a
>year ago. If I install 1.0.9 again (and replace the .so's) then
>Subversion works again. So, the problem is something to do with 1.1.1
>
>
More probably with the installer, not 1.1.1 itself. AFAIK it works just
fine with Apache on Windows.

>The mailing list post talked about a DLL export missing - so I ran
>depends.exe, but it all looks fine to me - so I think this is a red
>herring.
>
>
I didn't say that a DLL export is missing, but that mod_dav_svn.so
doesn't find one of the DLLs it's looking for. Depends won't give you
the correct picture if you're running Apache as a service (if you're
not, though it might make a difference).

>If there's any more diagnostics I can get you, please ask.
>
>
The interesting question is: does the Apache modules directory contain
intl.dll? If not, what happens when you copy that DLL from the
Subversion bin directory to the Apache modules directory?

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 29 13:54:51 2004

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.