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

Re: Subversion's use of Berkeley DB [#11511]

From: Mark Benedetto King <mbk_at_lowlatency.com>
Date: 2004-12-13 00:42:09 CET

On Sun, Dec 12, 2004 at 06:19:51PM -0500, Greg Hudson wrote:
> On Sun, 2004-12-12 at 17:58, Keith Bostic wrote:
> > The reason is because Subversion is, to my knowledge, unique
> > among Berkeley DB applications. I know of no other software
> > using DB that is:
> >
> > + also a library (and a library where the people writing
> > the library don't also write the application software
> > using the library),
> >
> > + used in a multi-process model, and
> >
> > + called from a variety of different languages and APIs.
>
> RPM?
>

It is my understanding that RPM uses BDB in the same way that
sendmail does; as an efficient indexed store of data that is
managed separately.

IIUC, this is why "rm -f /var/lib/rpm/__db*; rpm --rebuilddb" is
used to unwedge RPM's database.

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=73097

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 13 00:43:28 2004

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.