http://kylecordes.com/2009/missing-svntmp-fix
Handy little post. If .svn/tmp dirs are msising, say excluded from backup, one line solution `find -iname ".svn" -exec mkdir {}/tmp \;`
http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/
Subversion RPMs for RHEL and CentOS. Latest versions.
http://info.wsisiz.edu.pl/~blizinsk/git-bzr.html
A helpful guide to using bzr as a client for subversion repositories. Or branching from subversion and then recommitting to subversion while managing intermediary changes in bazaar. The article also covers cvs in the same depth.
http://www.hosted-projects.com/
Hosted Projects provide svn hosting starting from $7/month. They include 4 hourly off-site backup but they charge an extra fee to provide a downloadable backup.
http://www.prosvn.org/
ProSVN provide subversion hosting in Euros starting from 2 euros per month for 100Mb. I couldn't find any contact information or support info on their site beyond links to SVN clients / tutorials.
http://wush.net/
Wush provide commercial subversion hosting starting at $20/qtr or $15/month for 2Gb disk / 20Gb bandwidth including Trac. They seem to be a small company that would provide responsive support.
http://cvsdude.com/
CVSDude provide CVS / Subversion and Trac hosting. It's free for tiny packages, a reasonable team option is $30 / month.
http://subversion.tigris.org/
The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community. The software is released under an Apache/BSD-style open source license.
http://svnbook.red-bean.com/
This is the online home of Version Control with Subversion, a free book about Subversion, a new version control system designed to supplant CVS.