If you’d like to remove all the .svn directories in your local SVN working copy from the command line and for example your local working copy is in the directory /svn-co-work-copy, then you could issue the following two commands:
cd /svn-co-work-copy rm -rf `find -type d -name .svn`