Jon Galloway : Shell Command - Remove SVN Folders
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 share the project directory. This REG file adds “Delete SVN Folders” to the context menu for folders. When you select it, it removes all folders named .svn inside the folder and it’s children (it does nothing if the project’s not under Subversion source control.
Write a comment