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

Re: Failure creating dump file

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-03-09 09:00:18 CET

Mike Craig wrote:
> Disregard my small size amount, this revision is over 1GB in size.

...but we all know size doesn't matter. ;)
Seriously, I do think that Subversion should be able to handle such commit
sizes or at least fail with an error, but I can't comment on that since I
only version source code.

> As for 'the broken revision from a backup', we perform the hotcopy and back
> up the hotcopy. How can I take a specific revision from the backup and
> insert it into my 'broken' copy at the same revision?

The first thing you need to do is find a backup where you can 'svnadmin dump'
that very revision. Then you load the content up to and including that
revision into a new repository and take the rest from the live repository.
You will need a switch telling the dump command to perform the later dump
only incrementally.

BTW: I wouldn't backup the hotcopy. The point is that the format of the
repository is platform-dependant (well, at least the BDB one is), while the
format of the dumpfile is explicitly intended to be compatible. Our backup
here is to first hotcopy the repository and then perform a dump on the
hotcopy and move that to a different machine where it's backed up. The
hotcopies remain on the server, because they also contain things like
svnserve configuration and hook scripts, which are not contained in the
dumpfile and to have a hot spare.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Ronald Boers       Steuernummer: 02/892/02900 
Amtsgericht Hamburg HR B62 932      USt-Id.Nr.: DE183047360
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 9 08:59:06 2007

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.