ubuntu下安装svn客户端 sudo apt-get install subversion 安装完成后,使用如下命令从svn服务器上下载源代码 svn checkout http://svn服务器地址 默认会下载到当前目录哦