I new it was possible, just never took the time to look it up.
CODE:
-
rm -rf `find . -type d -name .svn`
As with all types of deletes, recursive or not, use with caution.
For windows use:
CODE:
-
del /S .svn