You can delete the .svn folders recursive by using the following command:
rm -rf `find . -type d -name .svn`
Written by Adrian Pintilie Tags: linux, Maintenance, svn Posted in Maintenance, Programming, Server Administration | No Comments »