[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 reached error?

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-04 23:29:32 CEST

On Oct 3, 2005, at 20:59, John L. Coker wrote:

> Kevin Brannen wrote:
> > I know I had to (or I think it forced me to :-) install BDB before I
> > could make svn...
>
> I am having the same problem when importing an existing tree into
> my new SVN installation. The import chugs on for a while and then
> exits with the "File size limit exceeded" error (no other info).
> The source tree (web content) is 2.7Gb (mostly because of images
> and video). Note that I'm running the import from the same machine
> as the installation, using the file: notation.
>
> I'm using the pre-compiled RPM on RedHat 3 (Intel) with the default
> settings which seem to be BDB. Do I need to do a custom
> compilation for my machine or do I need to update a particular
> library?
BDB repositories are probably available through Subversion installed
using those RPMs, but as of Subversion 1.2, the default repository
type is FSFS, not BDB.

If you're trying to import 2.7 GB all at once, you'll make a single
2.7-GB revision file, which exceeds APR 0.9's 2-GB limit. Use APR 1.0
if you need individual files (in this case, individual revisions) to
exceed this size.

Another solution, if you're not ready to upgrade to APR 1.0 yet, is
to import less than 2 GB at a time (break it up into separate
revisions). There's no problem with having more than 2 GB in the
repository; it's only a problem having more than 2 GB in a single
revision, with APR 0.9.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 4 23:31:11 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.