In order to install the SVN Server you need the SVN Server and Apache Server (to access the repository over http and
https). Following are the steps to install the SVN Server and Apache Server.
yum install subversion (this command will download and install the SVN Server) yum install mod_dav_svn (it will install the Apache Server for SVN) vim /etc/httpd/conf/httpd.conf Add . . . → Read More: HOWTO: Install SVN Server on Linux
