[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: Marcin M. Jessa <lists_at_yazzy.org>
Date: Wed, 13 May 2009 15:37:15 +0200

Ryan Schmidt wrote:
> 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.
>
>
Thanks a lot for your help guys.
Unfortunately I could not load dumps of revisions newer than 420 (the
missing one).
All the newer revisions seem to be linked to it and svnadmin refused to
import the dumps,
even though they seemed to include the missing commits.
Fortunately I found a fresh checkout and was able to create a new
repository out of it.
I lost all the revision logs but the important part - the code was intact.
Thanks a bunch again for the awesome help I received here :)
> And then don't forget to start making backups!
>
OK :)

Cheers,
Marcin

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-13 15:38:59 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.