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

Re: STILL Still looking for help on this...

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-12-10 06:26:26 CET

Russell Gold wrote:

> Doesn't *anybody* have an idea of how to get this working?
>
> On Dec 6, 2004, at 7:26 AM, Russell Gold wrote:
>
>>
>> On Dec 3, 2004, at 1:24 PM, Ben Collins-Sussman wrote:
>>
>>> So, the separate question is: why does mod_dav_svn trying to use
>>> BDB to open the repository? My guess is that your mod_dav_svn isn't
>>> really 1.1. Or perhaps it's linking to 1.0 libraries hiding
>>> somewhere on your Mac.
>>>
>>
>> Does this make the answer obvious? I ran otool -L and got:
>>
>> Russell-Golds-Computer:/sw russgold$ otool -L
>> /sw/lib/apache2/modules/mod_dav_svn.so
>> /sw/lib/apache2/modules/mod_dav_svn.so:
>> /sw/lib/libsvn_repos-1.0.dylib (compatibility version 1.0.0,
>> current version 1.0.0)
>
etc.

 From this it's quite obvious that your mod_dav_svn is loading the wrong
version of the SVN libraries; it's loading 1.0, not 1.1, and 1.0 knows
nothing about FSFS. Looks like your SVN installation is broken.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 10 06:27:56 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.