Hi Daniel, Daniel Shahaf writes: > What problem does this fix?
I had an issue with my stock SVN picking up the APR libraries I'd just compiled, because LD_LIBRARY_PATH is set in Makefile.svn in several places. Stock SVN (Debian) was compiled with threading support, and the compiled APR was compiled without it- hence nothing worked, and I had to execute `svn export`, `svn co` by hand. -- Ram