We were having a few problems with Subversion checkouts failing and it was suggested on the subversion mailing list that using the older version of APR included in Fedora Core 4 could be causing the problems. So we decided to upgrade to Fedora Core 6. I expected Subversion to work pretty much straight away, but I ran into a serious problem - the subversion binaries I built from source crashed Apache.
I then tried installing the FC6 RPMS for Subversion but they didn't work either.
This is what I found:
./configure --with-apxs=/usr/sbin/apxs --with-apr=/usr/bin/apr-1-config --with-apr-util=/usr/bin/apu-1-config
That got Subversion up and running.
I cannot understand why the FC6 Subversion RPMS didn't work. Either their dependencies are screwed up and there are some apr 0.* compatibility RPMS which I have missed or they simply don't work.