Setting up SVN
Based on the tutorial from http://svn.spears.at here the short version for my personal usage:
- download an install
- actual version of SVN from subversion.tigris.org/ser...tDocumentList?folderID=91
- Version 2.0.x of Apache Server http://httpd.apache.org/download.cgi
- create reposetory folders
- $ mkdir project1
- $ svnadmin create project1
- $ vi subversion.conf
- $ vi svn-acl
- restart apache
for more details see the original on http://svn.spears.at
0 Comments