[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: Swati Kulkarni <swati.lkulkarni_at_patni.com>
Date: 2007-03-13 11:27:48 CET

Hi Ryan,
 Actually I have done this setup today and it is working.
 I used svn-1.4.3-setup.exe which is not compatible with Apache2.2.4
 and then I replaced bin,iconv,share folders with the same folders
 in svn-win32-1.4.3. svn-win32-1.4.3 this folder has binaries built against
Apache2.2.4.

 So we have to just load Subversion modules (mod_dav_svn.so) in http.conf
file and restart Apache.

 If you can please explain what are these APR and whats their use for SVN
then it would be of great great help to me
 as I am a beginer for Subversion.

Thanks & Regards,

Swati Kulkarni

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
http://www.patni.com
World-Wide Partnerships. World-Class Solutions.
_____________________________________________________________________
This e-mail message may contain proprietary, confidential or legally
privileged information for the sole use of the person or entity to
whom this message was originally addressed. Any review, e-transmission
dissemination or other use of or taking of any action in reliance upon
this information by persons or entities other than the intended
recipient is prohibited. If you have received this e-mail in error
kindly delete  this e-mail from your records. If it appears that this
mail has been forwarded to you without proper authority, please notify
us immediately at netadmin@patni.com and delete this mail. 
_____________________________________________________________________

---------------------------------------------------------------------
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:26:54 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.