电脑疯子技术论坛|电脑极客社区

微信扫一扫 分享朋友圈

已有 1795 人浏览分享

CentOS7/6/5 系统里升级SVN客户端

[复制链接]
1795 0

CentOS/RHEL 7/6/5 默认的SVN版本是1.7,由于工作需要需要升级到1.8

1.添加源

  1. /etc/yum.repos.d/wandisco-svn.repo

  2. [WandiscoSVN]
  3. name=Wandisco SVN Repo
  4. baseurl=http://opensource.wandisco.com/centos/$releasever/svn-1.8/RPMS/$basearch/
  5. enabled=1
  6. gpgcheck=0
复制代码


2、yum删除旧的包

  1. yum remove subversion*
复制代码


3.安装新的包

  1. yum clean all
  2. yum install subversion
复制代码


好了,现在试试SVN的版本

  1. svn --version
  2. svn, version 1.8.15 (r1718365)
  3.    compiled Dec 11 2015, 14:28:48 on x86_64-redhat-linux-gnu

  4. Copyright (C) 2015 The Apache Software Foundation.
  5. This software consists of contributions made by many people;
  6. see the NOTICE file for more information.
  7. Subversion is open source software, see http://subversion.apache.org/

  8. The following repository access (RA) modules are available:

  9. * ra_svn : Module for accessing a repository using the svn network protocol.
  10.   - with Cyrus SASL authentication
  11.   - handles 'svn' scheme
  12. * ra_local : Module for accessing a repository on local disk.
  13.   - handles 'file' scheme
  14. * ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  15.   - using serf 1.3.7
  16.   - handles 'http' scheme
复制代码


  - handles 'https' scheme

您需要登录后才可以回帖 登录 | 注册

本版积分规则

1

关注

0

粉丝

9021

主题
精彩推荐
热门资讯
网友晒图
图文推荐

Powered by Pcgho! X3.4

© 2008-2022 Pcgho Inc.