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

Re: Settiing up Apache Subversion Server..

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-13 11:12:31 CET

On Mar 12, 2007, at 00:02, Swati Kulkarni wrote:

> I have already set up an Apache 2.0.59 Subversion server , I am using
> subversion 1.3.0.
> Now my administrators have asked me to do this setup using-
> - Apache Release 2.2.4 (instead of 2.0.59)
> - Subversion: 1.4.3 (instead of 1.3.0)
> So I need to know if Subversion 1.4.3 supports Apache2.2.4 ?

Yes, it works fine. I've had it installed that way on my Mac since
January.

You need to know, however, that Subversion and Apache both require
APR, and that you must use the same version of APR for both, or
things will blow up. The version of Apache dictates which version of
APR to use: Apache 2.0.x requires APR 0.9.x, and Apache 2.2.x
requires APR 1.2.x. Subversion (in the subversion-deps archive) comes
with a copy of APR 0.9.x. So if you want to use Subversion with
Apache 2.2.x, you will need to build it against a copy of APR 1.2.x
which you obtain from elsewhere.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 13 11:12:58 2007

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.