The command line again is there to save the day.

rm -rf `find . -type d -name .svn`

This code will search through your current directory and remove all .svn folders.