How to Install and Configure a SVN repository
From DeveloperWiki
Subversion is a open-source version control system. It helps to manages files and directories, and the changes made to them, while facilitating multiple developers to work on the same source codes. It allows you to recover older versions of your data, or examine the history of how your data changed. This article demonstrate installing a SVN repository in Linux environment (Fedora 8 Server).
//ToDo