Re: Restoring from an incremental dump?
From: Ryan Schmidt <subversion-2010a_at_ryandesign.com>
Date: Thu, 7 Jan 2010 20:42:03 -0600
On Jan 7, 2010, at 07:02, JossMartin wrote:
> I want to know if there is any way to restore a local copy from an
Assuming you have several incremental dump files, going back to the beginning of the repository's creation, sure you can create a new repository from it:
svnadmin create newrepo
where dumpfile1 is the one that begins at revision 0, dumpfile2 begins at or after where dumpfile1 left off, etc.
------------------------------------------------------
Please start new threads on the <users_at_subversion.apache.org> mailing list.
|
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.