SVN (Subversion) Repository Setup

DaeGon Kim
2 min readJan 3, 2021

Subversion is a repository management software. It stores computer files. Most of Operating Systems, like MacOS and Linux, have subversion.

Let’s see whether your computer system has the Subversion. All the commands are based on CentOS 7.

yum list installed | grep subversion

This command displays the following results on my machine.

subversion.x86_64          1.7.14–14.el7         @base
subversion-libs.x86_64 1.7.14–14.el7 @base

--

--