Tag archives for howto

  1. How To: Diff directories recursively

    Needed to diff two directories, that happened to be using two different versioning systems — Mercurial, and Subversion (SVN).  Took a couple minutes to get it, so thought I’d add it for tips in the future. diff -r –exclude=.hg –exclude=.svn www www2

  2. Installing subversion on bluehost

    I just set up my account with bluehost. I’m moving from GoDaddy.com mostly due to their sleezy advertising practices. It also helps that I’ll save $40/year right off the bat from bluehost’s free domain privacy registrations. If you want to check them out, and sign up, do that here. I wanted to install subversion, so…