If you have just checkout Guru-host's CMS via subversion and want to clean up .svn folders please issue the following command inside the CMS directory:
find . -name ".svn" -type d -exec rm -rf {} \;
The above command will recursively delete all .svn folders.