Deleting development folders
Posted on January 8th, 2008 by Shan
Just before Christmas, I came across this neat post about deleting SVN folders. It’s just this little registry entry that appears when you right-click a directory, and will recursively go through and delete the .svn folders.
I took that, and created another little script to delete Dreamweaver’s “_notes” folders in the same manner.
Downloads:
http://www.iotashan.com/downloads/DeleteDreamweaverNotes.zip
http://www.iotashan.com/downloads/DeleteSVN.zip
Just unzip the files, [...]