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

Re: Add Berkeley DB 4.6 support to Subversion?

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-09-17 16:52:16 CEST

Max Bowsher wrote:
>> The only open
>> question I have is about the change to error reporting being verbose by
>> default now. We may or may not care -- I don't recall how we interact with
>> BDB in this way.
>
> It's been a *looong* time since I looked at the code, but I think we
> already explicitly configure the error reporting with DB->set_errcall so
> a change to the implicit default will not affect us.

Yeah, we use DB_ENV->set_errcall(), but not DB->set_errcall(). I wasn't
able to quickly tell from reading the docs, but I would assume that calling
DB_ENV->set_errcall() would be something like calling DB->set_errcall() for
all the databases.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Mon Sep 17 16:48:36 2007

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.