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

Re: autoprop_tests.py failures over ra_dav

From: Tobias Ringstrom <tobias_at_ringstrom.mine.nu>
Date: 2003-10-13 17:13:25 CEST

Julian Foad wrote:
> Tobias Ringstrom wrote:
>
>> Not a big problem, but why would you do that? Testing over ra_dav is
>> sooooo incredibly easy. Have you tried it?
>
> No, because INSTALL says I need Apache 2.0.47 or higher, and I've only
> got 2.0.40, so I haven't installed and tried it. Maybe I'll try it
> anyway some time, or hopefully I'll get an upgrade when SuSE Linux v9.0
> comes out in a few weeks.

I keep a separate apache compiled from source for subversion testing. I
just configure it like this to have it in a separate place:

./configure --prefix=/opt/apache-httpd-2.0.47 --enable-ssl \
--enable-dav --enable-so --enable-deflate --with-dbm=db4

Then I put /opt/apache-httpd-2.0.47 first in the PATH and run
"make davautocheck". The --enable-ssl is not really neccessary.

/Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 13 17:14:14 2003

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.