
#检查是否安装了低版本的SVN
[root@Linux /]# rpm -qa subversion
#如果存储旧版本,卸载旧版本SVN
[root@Linux modules]# yum remove subversion
安装SVN
[root@Linux modules]# yum install subversion
验证安装
检验已经安装的SVN版本信息
[root@Linux modules]# svnserve –version
svnserve,版本 1.6.11 (r934486)
编译于 Jun 23 2012,00:44:03
版权所有 (C) 2000-2009 CollabNet。
SVN有两种运行模式,独立独立运行模式不依赖于任何其它服务,另外一种则作为Apache服务的功能插件运行,这种模式的好处就是客户端无需安装任何软件便可以通过web浏览仓库中的目录树,因此卸载这种svn插件时最好停止Apache服务欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)