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

Re: Support for BDB in RPM's

From: Martin Tomes <lists_at_tomes.org>
Date: 2005-04-25 16:55:44 CEST

Nicolás Lichtmaier wrote:
> We are using RHEL 3 with Berkeley DB repositories.
>
> Support for BDB has just been removed from 1.2.x's RHEL 3 RPMs. What do
> I do now? I (like surely many others) were depending on the RPM
> packages. This mean that I can't upgrade, or that I need to build
> Subversion (and face all the Berkeley DB problems) myself. This was done
> to ease maintaining the RPMs. What it's really been done is to push the
> complexity to us, the users.
>
> Again: What should I do now?

Convert to fsfs? I converted to fsfs some time ago without difficulty.
  To do it create new repository:

svnadmin create --fs-type fsfs /path/to/new/one

Then dump and load using a pipe:

svnadmin dump /path/to/old/one | svnadmin load /path/to/new/one

Then upgrade the rpms.

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
The Subversion Wiki is at http://www.subversionary.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 25 16:57:55 2005

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.