How to Install Subversion on CentOS 6.3

This post will cover the quick steps to install Subversion 1.6 on linux CentOS 6.3 server. Apache Subversion (often abbreviated SVN) is a open source software versioning and revision control system. Some people called it source code control(SCC) software and source code management(SCM) software. By using subversion, developer will able to keep tracks the changes of their code, who is authoring the file, compare the source code and etc.

[root@centos63 ~]# yum install subversion mod_dav_svn -y

Example :

[root@centos63 ~]# yum install subversion mod_dav_svn -y
Loaded plugins: fastestmirror, presto, priorities
Loading mirror speeds from cached hostfile
 * base: centos.ipserverone.com
 * extras: centos.ipserverone.com
 * updates: centos.ipserverone.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mod_dav_svn.i686 0:1.6.11-7.el6 will be installed
---> Package subversion.i686 0:1.6.11-7.el6 will be installed
--> Processing Dependency: perl(URI) >= 1.17 for package: subversion-1.6.11-7.el6.i686
--> Processing Dependency: libneon.so.27 for package: subversion-1.6.11-7.el6.i686
--> Running transaction check
---> Package neon.i686 0:0.29.3-2.el6 will be installed
--> Processing Dependency: libproxy.so.0 for package: neon-0.29.3-2.el6.i686
--> Processing Dependency: libpakchois.so.0 for package: neon-0.29.3-2.el6.i686
---> Package perl-URI.noarch 0:1.40-2.el6 will be installed
--> Running transaction check
---> Package libproxy.i686 0:0.3.0-2.el6 will be installed
--> Processing Dependency: libproxy-python = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.i686
--> Processing Dependency: libproxy-bin = 0.3.0-2.el6 for package: libproxy-0.3.0-2.el6.i686
---> Package pakchois.i686 0:0.4-3.2.el6 will be installed
--> Running transaction check
---> Package libproxy-bin.i686 0:0.3.0-2.el6 will be installed
---> Package libproxy-python.i686 0:0.3.0-2.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
 Package                      Arch                Version                   Repository         Size
====================================================================================================
Installing:
 mod_dav_svn                  i686                1.6.11-7.el6              base               80 k
 subversion                   i686                1.6.11-7.el6              base              2.2 M
Installing for dependencies:
 libproxy                     i686                0.3.0-2.el6               base               38 k
 libproxy-bin                 i686                0.3.0-2.el6               base              8.0 k
 libproxy-python              i686                0.3.0-2.el6               base              8.3 k
 neon                         i686                0.29.3-2.el6              base              120 k
 pakchois                     i686                0.4-3.2.el6               base               21 k
 perl-URI                     noarch              1.40-2.el6                base              117 k

Transaction Summary
====================================================================================================
Install       8 Package(s)

Total download size: 2.6 M
Installed size: 12 M
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 2.6 M
(1/8): libproxy-0.3.0-2.el6.i686.rpm                                         |  38 kB     00:00
(2/8): libproxy-bin-0.3.0-2.el6.i686.rpm                                     | 8.0 kB     00:00
(3/8): libproxy-python-0.3.0-2.el6.i686.rpm                                  | 8.3 kB     00:00
(4/8): mod_dav_svn-1.6.11-7.el6.i686.rpm                                     |  80 kB     00:00
(5/8): neon-0.29.3-2.el6.i686.rpm                                            | 120 kB     00:00
(6/8): pakchois-0.4-3.2.el6.i686.rpm                                         |  21 kB     00:00
(7/8): perl-URI-1.40-2.el6.noarch.rpm                                        | 117 kB     00:00
(8/8): subversion-1.6.11-7.el6.i686.rpm                                      | 2.2 MB     00:20
----------------------------------------------------------------------------------------------------
Total                                                               111 kB/s | 2.6 MB     00:24
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : perl-URI-1.40-2.el6.noarch                                                       1/8
  Installing : libproxy-python-0.3.0-2.el6.i686                                                 2/8
  Installing : libproxy-0.3.0-2.el6.i686                                                        3/8
  Installing : libproxy-bin-0.3.0-2.el6.i686                                                    4/8
  Installing : pakchois-0.4-3.2.el6.i686                                                        5/8
  Installing : neon-0.29.3-2.el6.i686                                                           6/8
  Installing : subversion-1.6.11-7.el6.i686                                                     7/8
  Installing : mod_dav_svn-1.6.11-7.el6.i686                                                    8/8
  Verifying  : libproxy-bin-0.3.0-2.el6.i686                                                    1/8
  Verifying  : libproxy-python-0.3.0-2.el6.i686                                                 2/8
  Verifying  : perl-URI-1.40-2.el6.noarch                                                       3/8
  Verifying  : pakchois-0.4-3.2.el6.i686                                                        4/8
  Verifying  : mod_dav_svn-1.6.11-7.el6.i686                                                    5/8
  Verifying  : neon-0.29.3-2.el6.i686                                                           6/8
  Verifying  : libproxy-0.3.0-2.el6.i686                                                        7/8
  Verifying  : subversion-1.6.11-7.el6.i686                                                     8/8

Installed:
  mod_dav_svn.i686 0:1.6.11-7.el6                   subversion.i686 0:1.6.11-7.el6

Dependency Installed:
  libproxy.i686 0:0.3.0-2.el6  libproxy-bin.i686 0:0.3.0-2.el6  libproxy-python.i686 0:0.3.0-2.el6
  neon.i686 0:0.29.3-2.el6     pakchois.i686 0:0.4-3.2.el6      perl-URI.noarch 0:1.40-2.el6

Complete!

How to Reset the Directory Manager Password on RHEL 7 / CentOS 7
How to Reset the Directory Manager Password on RHEL 7 / CentOS 7

It is best practice to remember passwords, but because too many passwords, sometimes we forget. We are not encouraged to write the password on any paper or share the password...

How to Find Big Files Size on Linux RHEL/CentOS
How to Find Big Files Size on Linux RHEL/CentOS

As the linux administrator, sometimes we have to identify which files are most take much space in the linux server resulting in low free space. Low disk space can also...

Why Linux users should worry about malware and what they can do about it
Why Linux users should worry about malware and what they can do about it

Don’t drop your guard just because you’re running Linux. Preventing the spread of malware and/or dealing with the consequences of infection are a fact of life when using computers. If...

How to Reset Forgotten Root Password on Linux RHEL 7 / CentOS 7
How to Reset Forgotten Root Password on Linux RHEL 7 / CentOS 7

This short howto will explain the steps to reset a lost root password or to reset a forgotten root password on Linux RHEL 7 or CentOS 7. Basically, we will...

How to Update CentOS or Upgrade CentOS to the Latest Version
How to Update CentOS or Upgrade CentOS to the Latest Version

Recently, the latest version of CentOS 7.3 was released. All users of CentOS 7.0, 7.1 and 7.2 can upgrade their system to the most recent. This quick guide will explain...

How to Change your WordPress Username, Nickname and Display Name in MySQL
How to Change your WordPress Username, Nickname and Display Name in MySQL

After you create an account log in WordPress, you may want to change your WordPress username, as appropriate or due to security reason. However, you can not do this from...

How to Enable SSH Root Login on Ubuntu 16.04
How to Enable SSH Root Login on Ubuntu 16.04

As what we wrote in the previous article on how to allow SSH root on Ubuntu 14.04, after installing a fresh new copy of Ubuntu 16.04 LTS, we find that...

How to Change UUID of Linux Partition on CentOS 7
How to Change UUID of Linux Partition on CentOS 7

UUID (Universally Unique IDentifier) should be unique and it is used to identify storage devices on a linux system. If you cloned a virtual machine from vCenter, the metadata containing...

Leave a Reply

Your email address will not be published. Required fields are marked *