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

Re: Upgrade from 1.1.4 to 1.2.3 on Win32 2003

From: si <sshnug.si_at_gmail.com>
Date: 2005-10-19 05:18:34 CEST

Hi Tony,

> My procedure has been to unzip the svn-win32-1.2.3.zip to a top level c:\.
> Copy the c:\svn-win32-1.2.3\bin\*.dll to c:\Program Files\Apache
> Group\Apache2\bin directory.
> Copy c:\svn-win32-1.2.3.\bin\*.so c:\Program Files\Apache
> Group\Apache2\modules

Have you tried going the other way round? and point httpd.conf
to the Subversion directory, rather than copying into Apache, for example:

LoadModule dav_svn_module "c:/program files/subversion/bin/mod_dav_svn.so"
LoadModule authz_svn_module "c:/program files/subversion/bin/mod_authz_svn.so"

That way Apache and Subversion can remain clean from each other.

Just tested this with Apache 2.0.55 (msi) with Subversion 1.2.3 (exe).

peace
si

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 19 05:21:02 2005

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.