SBDavid
Feb 4th, 2010
Feb 4th, 2010
Subversion on CentOS
The first thing to do is to install the packages. You need to ensure Apache is set up first.
Installation
# yum install mod_dav_svn subversion
When you install from yum, there’s a longer list than the two packages above that will automatically resolve themselves. Some other things will be installed automatically.
Subversions svn tool is the command line client that you will use to talk to the database. To see the use of the tool:
svn –help
References
Subversion: http://subversion.tigris.org/
Version Control with Subversion: http://svnbook.red-bean.com/