jls(~) % sudo yum install subversion Loaded plugins: refresh-packagekit Setting up Install Process Parsing package install arguments Package subversion-1.4.6-7.x86_64 already installed and latest versionI had hoped (hope is not a strategy) Fedora would have given me svn 1.5 by now. Nope.
To get svn 1.5, rather than ask fedora or google, I just built it myself. I needed to 'yum install neon-devel' and used './configure --with-neon=/usr --with-ssl --with-zlib=/usr/lib' to configure subversion. Otherwise the build/install went fine.
Huzzah!