[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: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-18 15:27:31 CEST

On Jul 18, 2006, at 14:49, Indraveni wrote:

> 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

APR 0.9.x (which comes with Subversion and Apache 2.0.x) supports
files (and therefore commits) up to 2 GiB in size.

APR 1.2.x (which comes with Apache 2.2.x and which Subversion also
supports) supports substantially larger files.

So you'll want to rebuild Subversion with APR 1.2.x. If you're
serving your repository with Apache, then you'll also have to upgrade
to Apache 2.2.x.

---------------------------------------------------------------------
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:30:40 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.