ubuntu 12.04 通过apt-get 安装subversion 1.8

本文介绍如何在Ubuntu上使用apt安装Subversion 1.8版本,包括添加新的APT源列表、验证版本及安装过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

转载地址 http://sharadchhetri.com/2014/02/05/install-subversion-1-8-on-ubuntu-using-apt/

n this tutorial,we will install subversion 1.8 on Ubuntu using apt.We have done this practical in Ubuntu 13.04 and 13.10 version.Generally when you install subversion by using command apt-get install subversion ,it will install the subversion 1.7 .Here we will add the new apt source list for subversion 1.8 .

Description:

Operating System : Ubuntu 13.04,13.10,12.10 and 12.04 LTS
Package Name : Subversion 1.8

To install subversion 1.8 in Ubuntu,follow the given below steps

Step 1: Open the terminal and use below given command to add subversion repo in new filesubversion18.list at path /etc/apt/sources.list.d.

sudo sh -c 'echo "deb http://opensource.wandisco.com/ubuntu precise svn18" >> /etc/apt/sources.list.d/subversion18.list'
sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add -
sudo apt-get update

Step 2 :  Now install the subversion 1.8 version after checking in apt-cache

sudo apt-cache show subversion | grep '^Version:'

Below given is the reference from our system

linux@tuxworld:~$ sudo apt-cache show subversion | grep ‘^Version:’
Version: 1.8.5-1+WANdisco
Version: 1.7.5-1ubuntu2.1
Version: 1.7.5-1ubuntu2
linux@tuxworld:~$

Now install subversion by below given command

sudo apt-get install subversion
Step 3:  Now verify the subversion

 sudo dpkg -l|grep subversion

 svn --version


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值