You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by To...@sungard.com on 2005/10/18 16:07:26 UTC

Upgrade from 1.1.4 to 1.2.3 on Win32 2003

I have attempted to upgrade our existing 1.1.4 Windows 32bit 2003 server
to the 1.2.3 Subversion server.
 
I am unable to start Apache:
 
Error missing procedure in mod_dav_svn.so.
 
Walking the tree of mod_dav_svn.so shows a function
_dav_get_locktoken_list@8 as the problem.
 
Error: At least one module has an unresolved import due to a missing
export function in an implicitly dependent module.
 
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
 
This has worked for 1.1.2 and 1.1.4 and I see nothing different in the
FAQ.
 
Help.
 
Tony Odell * SunGard * CSSII/FASTOCK/SUNSTAR * 11560 Great Oaks Way,
Suite 200, Alpharetta, GA 30022

Tel 770-641-2757 * Fax 770-641-2799 * Email: tony.odell@sungard.com
<ma...@sungard.com>  * www.sungard.com 

 


Confidentiality Notice: This email transmission may contain confidential or legally privileged information that is intended only for the individual or entity named in the e-mail address. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or reliance upon the contents of this e-mail is strictly prohibited. If you have received this e-mail transmission in error, please reply to the sender, so that arrangements can be made for proper delivery, and then please delete the message from your in-box.


Re: Upgrade from 1.1.4 to 1.2.3 on Win32 2003

Posted by si <ss...@gmail.com>.
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