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

Re: Recreating of db/revs/XYZ

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 12 May 2009 02:27:09 -0500

On May 12, 2009, at 02:20, Ryan Schmidt wrote:

> Then load in order each of the remaining 421 through 509 revisions
> that you were able to dump.
>
> svnadmin load 421.dump < newrepo
> svnadmin load 422.dump < newrepo
> svnadmin load 423.dump < newrepo

Sorry, that should have been:

svnadmin load newrepo < 421.dump
svnadmin load newrepo < 422.dump
svnadmin load newrepo < 423.dump

Also, I forgot to mention, once this process is done and your
repository is recovered as much as possible, everybody will need to
throw away their existing working copies and check out new ones.

And then don't forget to start making backups!

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2206841

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-12 09:28:39 CEST

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.