由于业务需要将svn更新到服务器centos7上面,在安装的过程中遇到了一些问题,及解决方法。
1, 先在/etc/yum.repos.d/ 添加一个源
[WandiscoSVN]
name=Wandisco SVN Repo
baseurl=http://opensource.wandisco.com/centos/7/svn-1.8/RPMS/$basearch/
enabled=1
gpgcheck=0
更新源
yum clean up
yum update
当开始安装svn时报错
yum install subversion
Transaction check error:
file /usr/lib64/libsvn_client-1.so.0.0.0 from install of subversion-1.8.18-1.x86_64 conflicts with file from package subversion-libs-1.7.14-10.el7.x86_64
file /usr/lib64/libsvn_delta-1.so.0.0.0 from install of subversion-1.8.18-1.x86_64 conflicts with file from package subversion-libs-1.7.14-10.el7.x86_64
file /usr/lib64/libsvn_diff-1.so.0.0.0 from install of subversion-1.8.18-1.x86_64 conflicts with file from package subversion-libs-1.7.14-10.el7.x86_64
file /usr/lib64/libsvn_fs-1.so.0.0.0 from install of subversion-1.8.18-1.x86_64 conflicts with file from package subversion