Date: February 25th, 2007

Jon Galloway : Shell Command - Remove SVN Folders

25 February, 2007 (19:25) | General | No comments

If you ever had to do a search across all subdirectories of a local repository to find all.svn files, here is a nifty convenience by Jon Galloway:

The Subversion source control client maintains your local state in hidden folders named .svn inside your project, which can be a problem if you want to copy or […]