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

Re: svnadmin - 'Dump' and 'HotCopy'

From: Branko Čibej <brane_at_xbc.nu>
Date: 2005-05-12 13:39:52 CEST

Hughes, Trystan wrote:

>Hi have browse the mailing liast archive but can really find the simple answer I need. Also read the free online book, but that didn't really help.
>
>My question: What really is the difference between 'svnadmin dump' and 'svnadmin hotcopy'? The 'dump' command is able to take a snapshot of the repository whilst it is still in use, so what really is the benefit of the 'hotcopy' command?
>
>
Time.

Hotcopy creates a copy of the whole repository. It's fast, but the copy
/is/ a complete operational repository, which means that you can only
use it with a server that understands the schema.

The format of the file created by "svnadmin dump" is independent of
repository back-end type or schema version, which means that you can use
it for long-term backups, or for migratiing from BDB to FSFS, etc.

We guarantee that the dump format will not change (apart from bugfixes),
and that newer versions of SVN will always be able to read dumps created
by older versions. We make no such guarantees about the repository format.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 12 13:42:54 2005

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.