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

Re: Whither "svnadmin list-dblogs"?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-25 18:13:55 CEST

Greg Hudson <ghudson@MIT.EDU> writes:

> Let me try to ask this a little more forcefully: why do we have an
> svnadmin command to list all of the db logs? Does it do anything
> other than provide rope?
>
> The last time I asked this, all I got was a noncommittal answer from
> Fitz that it might help with an alternative implementation of hot
> backups, although I can't imagine how; there'd be a race condition
> between the time you ask the question and the time you finish copying
> the logs.

The formula for doing a hot-backup is:

  1. copy all files to new location

  2. go back and re-copy only logfiles.

  3. run recovery on the copy.

People (fitz, cmpilato) believe that the "ropey" command is useful for
step 2. Others have argued that just having the hot-backup script
copy log* is enough.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 25 18:19:26 2003

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.