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

Re: initial setup one huge changeset or in pieces

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-15 23:19:39 CEST

On Jul 15, 2006, at 22:33, gmu 2k6 wrote:

>>>> Commits of > 2 GiB are supported if you use APR 1.2.x or greater.
>>>> They are not possible with APR 0.9.x for example. Check what
>>>> version
>>>> of APR you're using.
>>>
>>> I've used Debian 2.0.x APR while building SVN-1.3.2. What's the
>>> reason for
>>> bundling 0.9.x with Subversion?
>>
>> There's no such thing as APR 2.0.x; there is Apache 2.0.x, which is
>> based on APR 0.9.x. And there you have the reason to ship APR 0.9.x:
>> we need to build with an Apache compatible APR version for
>> mod_dav_svn.
>
> what if I had installed APR-1.2.7? if APR-2.0.55 (Apache-APR) a fork?
> if so I suspect there were good reasons for a fork of an Apache
> project done
> by another Apache project.

I assume "Apache-APR-2.0.55" means "Apache 2.0.55 with included APR,"
much as the Subversion distribution has an included APR. This is
because both projects require APR.

Subversion 1.3.x can use either APR 0.9.x or APR 1.2.x. An advantage
of using APR 1.2.x is the aforementioned ability to handle files (and
therefore commits) of larger than 2 GiB.

AFAIK, Apache 2.0.x requires APR 0.9.x and Apache 2.2.x requires APR
1.2.x. Subversion and Apache must be built with the same version of
APR. Therefore, if you want big commits and therefore APR 1.2.x, you
must use 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 Sat Jul 15 23:20:54 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.