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

Re: subversion 1.2.0 fails a number of self tests

From: Stephen Davis <subversion_at_soundgeek.org>
Date: 2005-06-01 00:27:50 CEST

On May 27, 2005, at 4:23 PM, OpenMacNews wrote:

> LONG STORY -- the details follow ...
>
> if i configure SVN-120 "w/o apache & apxs" as:
>
> ./configure \
> --prefix=/usr/local/subversion120 \
> --disable-experimental-libtool \
> --disable-shared --enable-static \
> --disable-debug \
> --with-neon=/usr/local/neon0247 \
> --enable-neon-version-check \
> --disable-maintainer-mode \
> --disable-nls \
> --without-apache \
> --without-apxs \
> --with-swig=/usr/local/swig/bin/swig \
> --with-berkeley-db=/usr/local/berkeley-db \
> --with-zlib \
> --enable-javahl \
> --with-jdk
>
> the SVN client works fine, and 'make check' results in just ONE
> test failure:
<snip>
> however, if I build SVN-120 w/ my apache:
>
> % httpd -V
> Server version: Apache/2.1.5-dev
> Server MPM: Worker
> threaded: yes (fixed thread count)
> forked: yes (variable process count)
> % apr-config --version
> 1.2.0
> % apu-config --version
> 1.2.0
>
> configuring as:
>
> ./configure \
> --prefix=/usr/local/subversion120 \
> --enable-experimental-libtool \
> --enable-shared --disable-static \
> --disable-debug \
> --disable-maintainer-mode \
> --disable-nls \
> --with-apr=/usr/local/apache2/bin/apr-1-config \
> --with-apr-util=/usr/local/apache2/bin/apu-1-config \
> --with-apxs=/usr/local/apache2/sbin/apxs \
> --without-apache \
> --with-neon=/usr/local/neon0247 \
> --enable-neon-version-check \
> --with-swig=/usr/local/swig/bin/swig \
> --with-berkeley-db=/usr/local/berkeley-db \
> --with-zlib \
> --enable-javahl \
> --with-jdk

I'm trying to look at this now but one thing popped out at me which I
hope someone else can comment on. In the above "with apache"
configuration, you are passing "--with-apr=..." to point at Apache's
version of apr. I thought I had heard that APR-1.0 was not binary-
compatible with the 0.9.6 version included in the subversion
tarball. True or not?

Since you said the dav module and the client works fine, it seems
that APR 1.0 is fine so I'd like to know if it is recommended to use
APR-1.0 from apache2 if one is going to be using the dav module. ???

stephen
Received on Wed Jun 1 00:29:27 2005

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.