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

Re: File too large : Error

From: gmu 2k6 <gmu2006_at_gmail.com>
Date: 2006-07-18 15:11:10 CEST

I believe this only happened on your site due to a single file size or
changeset size (that means size of delta of the changes) that was
bigger than 2GiB.
if APR 1.2.x is built with LARGEFILE64 you will have to create a huge
changeset before reaching the limit although you may be already
limited by available disk space or filesystem limitations.

On 7/18/06, Indraveni <indraveni@yahoo.co.in> wrote:
> Then what is the limit for Apache2.2, that may also give me problem in
> future when my repository size increases.
>
> What do people use in Large organisations where their project size is
> greater at most?
>
> Regards
> Indraveni
>
> gmu 2k6 <gmu2006@gmail.com> wrote:
> On 7/18/06, Indraveni wrote:
> > Hi,
> >
> > I installed subversion-1.3.2 version and had apache support. Now when i
> > tried to import my project into the repository for the first time using
> the
> > command svn import then I am getting the following error
> >
> > svn: Can't write to file '/subversion/db/transactions/0-1.txn/rev': File
> too
> > large
> >
> > Here my project size is 16 GB and I have 43 GB of free space in my system.
> > Then why is this error?
> >
> > Any Clues please
>
> if you're using Apache 2.0 and therefore APR 0.9x AFAIK you have a
> limit of 2GiB.
> You can either update to Apache 2.2 which as I've read requires APR
> 1.2.x and therefore also files greater than 2GiB or build Subversion
> without Apache support - mod_dav_svn - against APR 1.2.x and get
> big-file support in svn:// and svn+ssh://. As you're already using
> Apache I would say option one (Apache 2.2 with APR 1.2.x) is your
> solution.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail:
> users-help@subversion.tigris.org
>
>
>
>
> ________________________________
> Find out what India is talking about on Yahoo! Answers India.
> Send FREE SMS from New Yahoo! Messenger to Mobile: Download NOW!
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 18 15:13:42 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.