chmac: svn

Sort by: Date / Title / URL

  1. 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 \;`
  2. 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.
  3. http://codesnippets.joyent.com/posts/show/1365
    Code snippet to protect .svn / .bzr / CVS directories within apache system wide in the httpd.conf file.
  4. http://the.earth.li/pub/subversion/summersoft.fay.ar.us/pub/subversion/latest/
    Subversion RPMs for RHEL and CentOS. Latest versions.
  5. http://svnrepository.com/
    As used by Incsub.
  6. 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.
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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.
  12. http://cvsdude.com/
    CVSDude provide CVS / Subversion and Trac hosting. It's free for tiny packages, a reasonable team option is $30 / month.
  13. http://www.cs.helsinki.fi/group/propipe/svn.html
    Quick introduction to SVN. Short and simple, covers the *very* basic commands. A handy reference.
  14. 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.

First / Previous / Next / Last / Page 1 of 1