On Fri, Mar 19, 2010 at 06:04:45PM -0700, David Glasser wrote: > I would like to get a working Subversion development > environment back one of these days, once I re-derive how to work > around the Debian libtool issue again...
Compile your own APR libs from source, and svn will use APR's libtool. That worked well for me on Debian. See tools/dev/unix-build/Makefile.svn for examples. Stefan