centos7 安装配置和使用 svn 客户端

前面写过 服务端的搭建配置 http://luchanglong.com.cn/?p=149

现在我们来看一下客户端应该怎么做!

1.安装

yum install -y subversion

安装成功可以查看版本

[root@iZwz94arwsjf9juf1lfjrgZ ~]# svn --version
svn, version 1.7.14 (r1542130)
   compiled Nov 20 2015, 19:25:09

现在已经可以使用svn了,下面我们来checkout一下

将远程目录checkout到当前shop目录下:

svn checkout svn://120.24.xx.xx/shop   shop