博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CentOS yum 安装svn1.8
阅读量:4695 次
发布时间:2019-06-09

本文共 1663 字,大约阅读时间需要 5 分钟。

Step 1: Setup Yum Repository

Firstly we need to configure yum repository in our system. Create a new repo file/etc/yum.repos.d/wandisco-svn.repo and add following content as per your operating system version.

[WandiscoSVN]name=Wandisco SVN Repobaseurl=http://opensource.wandisco.com/centos/$releasever/svn-1.8/RPMS/$basearch/enabled=1gpgcheck=0

Step 2: Install Subversion Package

Before installing latest package remove existing subversion packages from system to remove conflict.

# yum remove subversion*

Now install latest available Subversion package using yum command line package manager utility.

# yum clean all# yum install subversion

Step 3: Verify Subversion Version

At this stage you have successfully install Subversion client on your system. Lets use following command to verify version of svn client.

# svn --versionsvn, version 1.8.15 (r1718365)   compiled Dec 11 2015, 14:28:48 on x86_64-redhat-linux-gnuCopyright (C) 2015 The Apache Software Foundation.This software consists of contributions made by many people;see the NOTICE file for more information.Subversion is open source software, see http://subversion.apache.org/The following repository access (RA) modules are available:* ra_svn : Module for accessing a repository using the svn network protocol.  - with Cyrus SASL authentication  - handles 'svn' scheme* ra_local : Module for accessing a repository on local disk.  - handles 'file' scheme* ra_serf : Module for accessing a repository via WebDAV protocol using serf.  - using serf 1.3.7  - handles 'http' scheme  - handles 'https' scheme

References: 

1. http://opensource.wandisco.com/

转载于:https://www.cnblogs.com/chenkg/p/5758364.html

你可能感兴趣的文章
Docker容器学习与分享05
查看>>
Linux 防火墙 iptables基本操作
查看>>
Anaconda中配置Pyspark的Spark开发环境
查看>>
spring接口文档注解:@ApiOperation
查看>>
(十一)数组array
查看>>
Centos7yum安装LNMP
查看>>
毕业设计——002获取DTD、XSD数据(未完待续)
查看>>
python之类与对象(4)
查看>>
纪中—雅礼联考
查看>>
SIFT解析(二)特征点位置确定
查看>>
seo
查看>>
还可以用 rf 命令直接修改/查看标记寄存器的内容, 和 r 命令的右下角部分的一样...
查看>>
Sublime Text 3 笔记
查看>>
三目表达式如何省略一个表达式
查看>>
python 的记忆功能,用于递归函数, lru_cache()
查看>>
程序员/PM怎么让项目预估的时间更加准确
查看>>
陌上花开(bzoj 3262)
查看>>
创建包含多个子网的虚拟网络
查看>>
jdbc事务管理
查看>>
虽然他们说是水题,但我觉得思想蛮好的
查看>>