日期:2014-05-17  浏览次数:20716 次

subversion安装及与apache整合

Install SVN (Subversion) Server on Fedora 16/15, CentOS/Red Hat (RHEL) 6.2/5.8

Updated by JR on Apr 19, 2012 in CentOS, Featured, Fedora, Linux, Most Popular, Programming, Programs, Red Hat (RHEL), Servers, Version Control | 131 comments

Do you like this?

Tweet

10

This is guide, howto install SVN (Subversion) server on Fedora 16/15/14/13, CentOS 6.2/6.1/6/5.8, Red Hat (RHEL) 6.2/6.1/6/5.8.

What is SVN (Subversion)?

Subversion is a free/open-source version control system. Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of “time machine”.

Install SVN (Subversion) Server on Fedora 16/15/14/13, CentOS 6.2/6.1/6/5.8, Red Hat (RHEL) 6.2/6.1/6/5.8

1. Change root user

su -

## OR ##

sudo -i

2. Install needed packages (mod_dav_svn and subversion)

yum install mod_dav_svn subversion

Note: If you don’t have Apache installed already, this command installs it also. Read more about installing Apache and PHP >>

3. Modify Subversion config file /etc/httpd/conf.d/subversion.