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

Re: File size limit exceeded when loading a dump file

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-31 21:12:56 CET

On Oct 31, 2006, at 13:56, Shawn Smiley wrote:

> I'm in the process of migrating my SVN Repositories from a really
> old server running Windows 2000 and SVN 1.1 to a newer server
> running Ubuntu 6.10 Server and SVN 1.3 (1.4 packages aren't
> available yet)
>
> For one of my repositories I only want to keep the most recent
> revision and the various tags that have been defined. So I've done
> an svnadmin dump -R5237:5237 > repo1.dump
>
> This generated a 16GB dump file that I have transferred to the new
> server.
>
> I've created a new SVN 1.3 repository on my Linux server using the
> default options (svnadmin create /svn/repo1) and started an import
> of the dump file (svnadmin load /svn/repo1 < repo1.dump)
>
> The import runs fine for awhile and then stops with the error "File
> size limit exceeded".
>
> I've seen several messages in the list serv archive and on Google
> about this indicating that it's a problem with the APR0.9
> bindings. I've also seen messages indicating that the newer
> versions of SVN are compiled against APR 1.x so I would thing that
> this is not quite the same problem.
>
> So my questions are:
> 1. Is SVN 1.3 compiled against the version of APR that has the 2GB
> limit?

The Subversion team does not distribute any compiled binaries. So,
what did you compile it against? Or: what unofficial Subversion
binary did you install? As far as I know, all the unofficial binaries
available at the download page use APR 0.9. Also, Subversion still
ships with APR 0.9. If you want APR 1.2, you probably need to build
it yourself.

> 2. If not, what else could be causing this problem?
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 31 21:13:57 2006

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.