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

Re: [PATCH] Support both BDB 4.0 and 4.1

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-10-21 23:40:47 CEST

Branko Čibej wrote:

> Philip Martin wrote:
>
>> $ svn mkdir http://localhost:8888/tmp/repo/foo2
>> ../svn/subversion/libsvn_ra_dav/util.c:163: (apr_err=120022, src_err=0)
>> svn: APR does not understand this error code
>> svn: failed to open activity db; check repos perms.
>>
>> The error is coming from dav_svn_store_activity in mod_dav_svn,
>> apr_dbm_open fails to open /tmp/repo/dav/activities.
>>
> Hm, obviously we'll have to patch APR, too. Damn them for breaking the
> API in a minor release, anyway.

Well, it looks like apr_dbm_berkeleydb.c already handles BDB 4.1
correctly, except for the runtime version check -- which probalby isn't
necessary anyway, since the soname of the library is different. Much
weirdness.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 21 23:41:31 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.