Loki.yggdrasill.info


Setting up SVN

Posted in General by Loki on the March 3rd, 2007

Based on the tutorial from http://svn.spears.at here the short version for my personal usage:

  1. download an install
    1. actual version of SVN from subversion.tigris.org/ser...tDocumentList?folderID=91
    2. Version 2.0.x of Apache Server http://httpd.apache.org/download.cgi
  2. create reposetory folders
    1. $ mkdir project1
    2. $ svnadmin create project1
    3. $ vi subversion.conf
    4. $ vi svn-acl
    5. restart apache

for more details see the original on http://svn.spears.at