Tag archives for shell

  1. Recursively removing .svn folders

    Here’s a bit of code that I always need to look up :) It finds any subversion (.svn) folders in the current directory tree and deletes them.  I guess this is one benefit to using Mercurial or Git, as they only have one hidden directory at the top level.  There’s no turning back from this…