Command:
Use the following command to delete the .svn or other file or directory recursively:
#find . -type d -name ".svn" |xargs rm -rf
Command:
Use the following command to delete the .svn or other file or directory recursively:
#find . -type d -name ".svn" |xargs rm -rf