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

Re: [PATCH] [svnadmin] Always recover "catastrophically"

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-09-01 17:26:09 CEST

On 8/31/06, Jack Repenning <jrepenning@collab.net> wrote:
> The situation where I ran into all this was: creating a tool for
> moving an SVN/BDB database around. I needed to make a really bullet-

The reason that you require catastrophic recovery in this scenario is
that what BDB is doing under the covers is removing the shared memory
and platform-specific environment. This always has to be done when
moving a BDB repository to another system. So, I don't think that
necessitates being done by default as that's not a real typical use
case. Though, perhaps a long opt to recover though to expose this
might suffice for your need. *shrug* -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 1 17:27:08 2006

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.