On Sat, Nov 2, 2013, at 01:09 PM, Branko Čibej wrote:
> Also, which version of APR you're using (and how it was compiled) is
> fairly important. You can determine the former by running the command
>
> svn --version --verbose
>
> with the 1.8.x client, or
>
> apr-1-config --version
>
> and you might get a hint about the latter by running
>
> apr-1-config --cppflags
> apr-1-config --cflags
> apr-1-config --ldflags
> apr-1-config --libs
sure. which is why I did the TEST in my previous post.
in any case, BOTH versions of svn+apr -- distro-packaged, and my
src-built -- fail in exactly the same way. namely, when SVN attempts to
name-reolve with IPv6 in /etc/resolv.conf.
fwiw,
/usr/bin/svn --version --verbose
svn, version 1.8.4 (r1534716)
Copyright (C) 2013 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see
http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn
network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV
protocol using serf.
- using serf 1.3.2
- handles 'http' scheme
- handles 'https' scheme
System information:
* running on x86_64-unknown-linux-gnu
- openSUSE 12 (Dartmout) [Linux 3.7.10-1.16-xen]
* linked dependencies:
- APR 1.4.8 (compiled with 1.4.6)
- APR-Util 1.5.2 (compiled with 1.4.1)
- SQLite 3.7.15.1 (static)
/home/darx/SVN_TEST/svn184/bin/svn --version --verbose
svn, version 1.8.4 (r1534716)
compiled Nov 2 2013, 12:31:46 on x86_64-unknown-linux-gnu
Copyright (C) 2013 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see
http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn
network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV
protocol using serf.
- using serf 1.3.2
- handles 'http' scheme
- handles 'https' scheme
System information:
* running on x86_64-unknown-linux-gnu
- openSUSE 12 (Dartmout) [Linux 3.7.10-1.16-xen]
* linked dependencies:
- APR 1.4.8 (compiled with 1.4.8)
- APR-Util 1.5.2 (compiled with 1.5.2)
- SQLite 3.8.1 (compiled with 3.8.1)
/usr/bin/apr-1-config --version
1.4.8
/usr/bin/apr-1-config --cppflags --cflags --ldflags --libs
-DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -lpthread -ldl
/home/darx/SVN_TEST/apr1/bin/apr-1-config --version
1.4.8
/home/darx/SVN_TEST/apr1/bin/apr-1-config --cppflags --cflags --ldflags
--libs
-DLINUX -D_REENTRANT -D_GNU_SOURCE -pthread -luuid -lrt
-lcrypt -lpthread -ldl
Received on 2013-11-02 21:28:17 CET