Re: Safe to backup if failed svnadmin verify?
From: Johnathan Gifford <jgifford_at_wernervas.com>
Date: 2007-04-27 16:39:13 CEST
> * Running "svnadmin hotcopy" or "svnadmin dump" on a repository that failed
Correct
> * "svnadmin hotcopy" will succeed, and the resulting backup will be an exact
Yes
> * "svnadmin dump" will fail when it hits the bad revision (resulting in,
If you are iterating over the repository and dumpingt each revision incrementally, only that revision will fail. If you are dump the entire repository from revision 1 to X then the dump will fail when it encounters the bad revision. If you dump from revision X (loosing all history of course), this will not fail unless X is the corrupt revision.
I don not think you can get an incomplete dump or a full dump with bad revisions.
---------------------------------------------------------------------
|
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.