10 articles and links tagged with “Subversion

  1. Subversion 1.4.3
    January 26, 2007
  2. Building Subversion 1.4.3 for OS X
    December 19, 2006

    Metissian’s pre-build Subversion binaries are out of date, and Dan Benjamin’s excellent guide to building Subversion yourself runs into a wall for 1.4+. You, however, are an impatient pioneer. You want to build the latest stable (impatient, not _imprude

  3. Starting out with the SVK Version Control System
    October 22, 2006

    SVK is a version control system that sits on top of a Subsverion, CVS, Perforce, etc. repository, and provides the promise of a common interface. Here’s how to install it on OS X.

  4. Serverless SVN Repositories
    September 28, 2006

    You don’t need a powerful SVN server in order to reap the benifits of version control. This article explains how to set up repositories on any machine you have SSH access into.

  5. French Translation of 'I Wonder What This Button Does'
    August 01, 2006

    John Garner has translated the revision control article I wrote for A List Apart into French! Exciting!

  6. I wish I was at OSCON: 'Subversion Best Practices'
    July 28, 2006

    Brad Choate has a great summary of what looks like a wonderful presentation on Subversion best practices, given at OSCON 2006 by Ben Collins-Sussman & Brian W. Fitzpatrick

  7. I Wonder What This Button Does
    July 25, 2006

    I've got an article up on A List Apart, introducing my favourite behind-the-scenes development tool: Subversion.

  8. “Forbidden” Errors and Subversion Commits
    July 06, 2006

    A wayward mod_rewrite rule broke my Subversion commits with 403 (“Forbidden”) errors. Here’s how I fixed it.

  9. Subversion Post-Commit Hooks 101
    June 12, 2006

    The “Hello World!” of Subversion post-commit hooks is the use of SVNnotify to send e-mails out to a project team every time a new revision is committed to the repository. This is easier than it sounds.

  10. Working with Subversion File Properties
    June 05, 2006

    Subversion has a very powerful system for associating metadata with the files you have under version control. This article describes how to automate the process of adding properties to the files you put under version control using auto-props.