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

Re: fsfs migration failure. File too large??

From: <kfogel_at_collab.net>
Date: 2005-05-31 06:03:19 CEST

Tess Snider <malkyne@gmail.com> writes:
> I always Google for errors before bugging nice folks like you. I
> couldn't find anything relevant. Everyone seems to give absolutely
> glowing reviews of how easy this migration is. I guess I might be the
> first person to run into this.

Hmm, I think you might be, yes.

I know this is a lot to ask with a 21GB dumpfile, but can you try
loading it on another server, into an FSFS repository there? Should
be as simple as:

   orig_server$ scp huge_dumpfile other_server:
   orig_server$ ssh other_server
   [...]
   other_server$ svnadmin create --fs-type=fsfs test-repos
   other_server$ svnadmin load test-repos < huge_dumpfile

I just want to narrow down the possible causes here.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 31 06:43:22 2005

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.