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

Re: segfault on recover AND dump. is my repository doomed?

From: <cmpilato_at_collab.net>
Date: 2003-04-17 03:52:23 CEST

Seth Delackner <seth@jtan.com> writes:

> After fighting the OS X version for days, I gave up and copied my repository to a redhat 7.3 box, installed all the RPMs from summersoft.fay.ar.us at:
> http://summersoft.fay.ar.us/pub/linux/redhat/RPMS/i386/subversion-latest/redhat-7.x/

Do you literally mean "copied"? As in, you took a database format
from an architecture that has one endian-ness, and moved it to
another?

If so, might I strongly suggest that your dump and load happen on
either side of that move?

Either:

   osx$ svnadmin dump > dumpfile
   osx$ copy dumpfile [to rh7 box]
   rh7$ svnadmin load < dumpfile

or use Berkeley's own db_dump and db_load utilities.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 17 03:55:31 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.