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

Re: [Fwd: Re: [Fwd: Broken Package Report]]

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-09-22 00:49:38 CEST

[Forwarding to subversion dev@ list, for everyone's benefit and further
discussion]

On Sep 21, 2004, at 4:41 PM, Jim wrote:

> Ok everything has been replaced now. We now have 1.0.7 package posted
> which seems to be the most current stable from what I can tell. I
> don't
> really use the software so I couldn't test it to see if it even works
> though. Was a real bugger to compile using 1.0 apr and such but I was
> able to find some info to fix that part and managed to get through the
> compile without error.

You shouldn't be compiling apr 1.0 against *any* version of Subversion.
  Yes, it's possible. But no, it shouldn't be done. You should build
rebuild svn 1.0.7 using the apr that ships in the 1.0.7 tarball, or, if
not possible, use the apr that ships in apache-2.0.51.

apr 1.0 breaks binary compatibility with apr 0.9.x, and thus violates
Subversion's own compatibility rules. Our guarantee is that subversion
1.x will always work with subversion 1.y, which will always work with
the apr/apr-util shipped in apache-2.0.x, which means only apr-0.9.5
and later. And, in a separate parallel universe, apache-2.1 uses
apr-1.x, and is binary incompatible with older apr's. That means that
in order to keep subversion's compatibility policy, it cannot use
apache-2.1 or apr-1.x until subversion 2.0 is released.

> Also it didn't want to honor the DESTDIR very
> well kept trying to rebuild the linker files instead of just copying
> them and would barf on that. Anyway thanks for the information and
> thanks Peter hope when the next stable version comes out you will
> update
> it :)

Subversion 1.1.0 is due out this month. There have been 3 release
candidates over the last two months. So keep your eyes peeled for
announcements.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 22 00:56:39 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.