[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: A subersion build environment on CentOS 7.2

From: Adam Jensen <hanzer_at_riseup.net>
Date: Sun, 21 Aug 2016 18:29:01 -0400

On 08/21/2016 03:24 PM, Adam Jensen wrote:
[snip]
> My CentOS (el7.x86_64) machine only has subversion 1.7.14 available:
[snip]

I would still like to be set up to build from source, but for those on
CentOS-7 that would like convenient installation of a recent version, I
found this page:

http://tecadmin.net/install-subversion-1-8-on-centos-rhel/

and adapted the instructions like this:

sudo vi /etc/yum.repos.d/wandisco-svn.repo

[WandiscoSVN]
name=Wandisco SVN Repo
baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/x86_64/
enabled=1
gpgcheck=0

Then:

sudo yum remove subversion*
sudo yum clean all
sudo yum install subversion subversion-devel subversion-tools \
subversion-python subversion-perl subversion-gnome mod_dav_svn
Received on 2016-08-22 00:29:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.