cd到该文件夹//删除文件夹下的所有 .svn 文件find . -name ".svn" | xargs rm -Rf//删除文件夹下的所有 .git 文件find . -name ".git" | xargs rm -Rf