[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: gmu 2k6 <gmu2006_at_gmail.com>
Date: 2006-07-16 11:41:22 CEST

On 7/15/06, Ryan Schmidt <subversion-2006c@ryandesign.com> wrote:
>
> 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.

the one I'm using on Debian is libapr0 (2.0.55) but there's also
libapr1 (1.2.7).
if I woudl go with libapr1 (1.2.7) I would also be able to install
libaprutil1 (1.2.7).
so libapr0 is from Apache sources (some sort of snapshot of APR 1.2.x relabeled
to have the same version-string as Apache itself) and I could use
libapr1 and libaprutil1
instead which is the real deal (vanilla 1.2.7) as I don't want to use
mod_dav_svn anyway, right?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jul 16 11:42:35 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.