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

Re: svn 1.3.0 and Apache 2.2, does that work?

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2006-01-09 15:33:57 CET

Yes, any version of subversion 1.x works with any version of apache 2.y.

Just be careful about APR. apache 2.0 ships with apr 0.9, and apache
2.2 ships with apr 1.2. apr 0.9 and apr 1.2 are *not* binary
compatible. So if you upgrade from apache 2.0 to 2.2, make sure you
rebuild subversion to use the new apr 1.2 libraries as well. What you
don't want to happen is have apache use apr 1.2 and subversion use apr
0.9... that causes things to break. As long as subversion is always
compiled against the same apr that apache is, you're fine.

On 1/8/06, R. Welz <welz@fixe-post.de> wrote:
> Hello.
> Does svn 1.3.0 work with Apache 2.2 ?
>
> Thanks a lot.
>
> Robert
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 9 16:06:21 2006

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.