Recursively remove .svn folders from checked out projects in Subversion

Thought I would post this as I find I need it regularly. This is thanks to a great blog post over at http://perezj.blogspot.com/2008/10/delete-svn-folders-files-recursive.html which details how to write a batch file which recursively removes .svn folders from a checked out folder from Subversion. It boils down to the following:
1. Create a batch file in checked [...]

Tagged , ,