http://codesnippets.joyent.com/posts/show/1364
Code snippet to protect .svn / .bzr / CVS directories within apache via the .htaccess file for a single site.
http://codesnippets.joyent.com/posts/show/1365
Code snippet to protect .svn / .bzr / CVS directories within apache system wide in the httpd.conf file.
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.redmine.org/
Redmine is a project management / bug tracker / etc written in Ruby on Rails. It supports multiple CVS back ends including SVN, CVS, Git, Mercurial, Bazaar and Darcs.
http://bazaar-vcs.org/
Bazaar is a distributed version control system available under the GPL. It supports upload of repos by ftp, rsync, sftp, etc. Repos can be hosted on a standard web server or by a bazaar specific server.