删除指定文件夹下所有的.svn文件夹

sudo find /目录 -name ".svn" -exec rm -r {} ;

原文地址:https://www.cnblogs.com/jz319/p/4102954.html