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