Delete SVN Folders

imageThis is an oldie but goody. If you use SVN you’ve probably wanted to recursively remove all the .svn folders.

This is something that comes up more often than you think. For example, if your local SVN depot fucks up somehow and you have uncommitted changes. Just copy the folder, right click on the copy and delete svn folders. Then re-download a fresh copy from the SVN server and copy the cleaned folder over the top. Then you can commit the changes, nice and clean.

A search on Google brings up this – which is perfect. Except if you’re lazy you probably just want to download the .reg file and run it. Well here it is..

image

Hope that helps!