Category Archives: Subversion

Announcing The Launch Of SPBS — the Simplest Possible Blogging System

And by “Launch,” I mean “I’m starting to write it.” There’s a long way between that and a completed program. But you can check my progress at SPBS’ Google Code site: http://code.google.com/p/spbs/
I’ve written an introduction to SPBS, and the reasons I’m writing it here, at http://code.google.com/p/spbs/wiki/SPBSIntroduction

How to Remove All Subversion Folders From A Directory Tree

Say you’ve got a Subversion source code tree checked out, and for whatever reason you want to remove all Subversion directories inside that tree. (The thing that makes a Subversion tree a Subversion tree is the presence of a “.svn” folder in every folder of the tree. If you had a complicated source tree with [...]

How To Install Subversion in OS X

The folks behind Subversion don’t produce an OS X binary, so they link to a third party who produced one. Unfortunately, the current regular version is 1.4.3, and the latest OS X binary is 1.3.
I found a different binary at Martin Ott’s site. I have no idea why his site isn’t linked from Subversion’s, but [...]