Setting up Subversion and WebSVN
I always wanted to learn how to set up a version control system, especially SVN since everybody tend to move to that system.
This howto will illustrate a way to install and configure Subversion and websvn on a Debian server with the following features:
- multiple repository Subversion
- access to the repositories via WebDAV (https, https) and ssh
- Linux system account access control and/or Apache level access control
- a secured websvn (php web application for easy code browsing)
- configured syntax coloring in websvn with gnu enscript
Read the full article at HOWTOforge.com
This guide was written for a Debian system, so package names may differ from Fedora, but it’s a good read. Also, make sure you do not miss the excellent online book Version Control with Subversion, which contains extensive information about SVN.
Related Articles
- From Subversion to Mercurial
- CentOS, Debian, FreeBSD, OpenSolaris
- A change of plans regarding a web-based VCS manager
- delayed-shutdown initscript
- Best Practices of Software Licensing
Tags: Administration, Maintenance, Programming, Version Control
