You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2004/09/21 22:49:38 UTC

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

[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