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

file size limit reached error?

From: Kevin Brannen <kevin_brannen_at_stercomm.com>
Date: 2004-08-31 21:41:56 CEST

So as I'm importing my code base, I get a "File size limit reached"
error. This is with the 1.1rc2 code; BDB based, no server, repository
is on my machine (hey, I'm only prototyping for now. :-)

Searching for large files in my svnroot I find:

$ ll `find . -size +100000k -print`
-rw-r--r-- 1 kbrannen users 2147483647 Aug 26 16:49
./db/transactions/0-1.txn/rev
-rw-r--r-- 1 kbrannen users 2147483647 Aug 31 13:05
./db/transactions/0-2.txn/rev

OK so their at the magic 2G-1 limit. So what? I create "large files"
all the time; in fact, I just deleted an 8G file the other day. So I
know my file system will handle it. This is on a Suse 9.0 Linux system
if it matters.

BTW, the partition still has 13.6G free, so I have room. The code base
takes up 5.5G on disk.

Any thoughts, helps, and/or hints? Does this mean I'll have to use FSFS
instead of BDB?

Kevin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 31 21:42:20 2004

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.