[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: <Ullrich.Jans_at_elektrobit.com>
Date: Mon, 25 May 2009 16:20:21 +0200

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...

Can you try this:

svnadmin dump --incremental -r421 /home/svn/repos/foo_repo >421.dump

I think this might work...

[...]

Good luck,

Ulli

-- 
Ullrich Jans, Application Support, IM
Phone: +49 9131 7701-6627, mailto:ullrich.jans_at_elektrobit.com 
Fax: +49 9131 7701-6333, www.elektrobit.com
Elektrobit Automotive GmbH, Am Wolfsmantel 46, 91058 Erlangen, Germany
Managing Directors: Otto Fößel, Jarkko Sairanen
Register Court Fürth HRB 4886 
----------------------------------------------------------------
Please note: This e-mail may contain confidential information
intended solely for the addressee. If you have received this
e-mail in error, please do not disclose it to anyone, notify
the sender promptly, and delete the message from your system.
Thank you.
Received on 2009-05-25 16:26:43 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.