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

Re: Still looking for help (was Re: http access and fsfs?)

From: anton <anton_at_nezzwerk.com>
Date: 2004-12-03 19:54:15 CET

Russell Gold wrote:
>
> On Dec 3, 2004, at 1:24 PM, Ben Collins-Sussman wrote:
>
>> Hm, I spoke too quickly, sorry.
>>
>> This looks like an FSFS repository, but it has a bunch of extra BDB
>> junk inside it... the __db.* files, and the log.* file.
>>
>> I can reproduce this by running 'db_recover' on an FSFS repository.
>> How weird.
>>
>> 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.
>>
>
> How do I verify this? I used Fink to build everything.
>
> Does the size indicate anything useful? Are version numbers available
> from the image?
>
> Russell-Golds-Computer:/sw russgold$ ls -al
> /sw/lib/apache2/modules/mod_dav_svn.so
> -rwxr-xr-x 1 root admin 335920 30 Nov 08:26
> /sw/lib/apache2/modules/mod_dav_svn.so
>
> Russell-Golds-Computer:/sw russgold$ ls -al /sw/bin/svn
> -rwxr-xr-x 1 root admin 321712 30 Nov 08:26 /sw/bin/svn
>
>

ldd modulename.so
ldd httpd
and then examine the output to make sure it looks sensible.

-a

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