[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: Mon, 25 May 2009 11:23:23 -0500

On May 25, 2009, at 09:20, Ullrich.Jans_at_elektrobit.com wrote:

> Ryan Schmidt wrote:
>
> [...]
>
>> What you could try is to individually dump each revision from 421
>> through 509 to a separate dumpfile, like this:
>>
>> svnadmin dump -r421 /home/svn/repos/foo_repo > 421.dump
>> svnadmin dump -r422 /home/svn/repos/foo_repo > 422.dump
>> svnadmin dump -r423 /home/svn/repos/foo_repo > 423.dump
>
> I think what you forgot was the parameter --incremental in this
> command - otherwise, the dump will contain basically a working copy
> at revision x, plus a bit of history. To create that, it's of
> course necessary to read r420...

Indeed I did forget to state that. Thanks for pointing it out.

> Can you try this:
>
> svnadmin dump --incremental -r421 /home/svn/repos/foo_repo >421.dump
>
> I think this might work...

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-25 18:24:31 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.