checkout与export的区别与使用svn checkout -r 2 //检出版本2svn export -r 3 //导出版本3checkout => .svn目录+项目文件export => 项目文件(导出的项目是独立的不受svn控制)