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

Re: windows binaries with xampp

From: Alagazam.net Subversion <svn_at_alagazam.net>
Date: Fri, 22 Mar 2013 22:53:48 +0100

On 2013-03-21 21:01, Andrew Peterson wrote:
> Has anyone successfully used xampp with the binaries from:
> Win32Svn <http://sourceforge.net/projects/win32svn/> (32-bit client,
> server and bindings, MSI and ZIPs; maintained by David Darj
> <http://alagazam.net/>)
>
> I've tried a bunch of different configurations, but every time I tried
> to load the mod_dav_svn.so and the mod_authz_svn.so, apache just
> crashes and tells me it can't load the module.
>
> Thanks,
>
> Andrew
>
>
Hi

I just tested xampp 1.7.4 with Subversion 1.7.8 (Apache 2.2 version)
and it worked.
Also got xampp 1.8.1 working with Subversion 1.7.8 (Apache 2.4 version).
I was unsure that the 1.8.1 should work since it said it was compiled
with vc9 (Visual studio 2008) and I use vc6 (Visual Studio 6) for the
subversion build. But it worked.

All i did was unpacking the Subversion zip file to C:\Subversion.
Creating a repository with "C:\Subversion\bin\svnadmin create C:\Svn.repo"
Adding the following to C:\xampp\Apache\conf\httd.conf

LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module C:/Subversion/bin/mod_dav_svn.so

<Location /svn>
   DAV svn
   SVNPath C:/Svn.repo
</Location>

Then restarting Apache.
Didn't even have to add subversion bin folder to the system path variable.
Directing the webbrowser to http://localhost/svn then showed the
subversion repository.

My setup is a quite clean Windows 7 XP mode virtual machine.

regards
David a.k.a. Alagazam
Received on 2013-03-22 22:54:25 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.