Hang on...

svn

How to remove .svn folders and files in linux

This is a very short post about removing the SVN files and folders from your directories.

find ./ -name ".svn" | xargs rm -Rf