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

Re: svnadmin hotcopy failing

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-05-13 20:35:23 CEST

Ben Collins-Sussman wrote:

> You can do the 'svnadmin hotcopy' manually in 3 steps. There's
> nothing magical about this command; it's supposed to be just a
> convenience for users. It's doing exactly these 3 things under the hood:
>
> 1. cp -R repos repos-backup
> 2. cp repos/db/log* repos-backup/db/

Please don't tell people to do this. Use db_archive instead to get the
exact list of log files that need to be recopied *in the correct order*.
*That* is what svnadmin hotcopy is doing, and the BDB docs insist that
the order in which you copy the log files is important.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 13 20:37:53 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.