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