方法一:使用svn自带命令export
#svn export
方法三:在linux下,进入svn工程目录,通过如下命令删除.svn文件
# find . -type d -name ".svn"|xargs rm -rf