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

Re: 2-GB max database file size limit?

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-27 20:16:11 CEST

On Oct 27, 2006, at 08:34, Eric wrote:

> At 02:38 AM 10/27/2006, Ryan Schmidt wrote:
>
>> I guess you're using APR 0.9 and, if you're using Apache, then
>> Apache 2.0. To get around this problem, you should be using APR
>> 1.2 and, if you're using Apache, then Apache 2.2.
>
> Good morning, Ryan.
>
> Yup, that's likely the problem.
>
> It's Apache 2.0.49. I don't know what the APR version is (how do I
> find out?).

Apache 2.0 ships with APR 0.9. Apache 2.2 ships with APR 1.2. So
you're currently using APR 0.9, which has the 2GB limit.

> The Subversion server is Fedora Core 2, and for a number of
> reasons, some of which I can't control, I am unable to upgrade that
> particular machine to a newer distro at this time.
>
> It's also a very heavily used web server, and I can't do anything
> that might screw that up.
>
> Will APR 1.2 coexist with Apache 2.0.49?

As far as I know, no. According to the APR 1.2 announcement:

http://www.apache.org/dist/apr/Announcement1.2.html

"Users of APR 0.9 should be aware that migrating to the APR 1.x
programming interfaces may require some adjustments; APR 1.x is
neither source nor binary compatible with earlier APR 0.9 releases."

So the source code of Apache 2.0 would not be compatible with the APR
1.2 library.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 27 20:17:17 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.