What’s new, what’s hot in PHP 5.3
View more presentations from Jeremy Coates.
(1) Create Subversion repository parent in /usr/local/svn and a local repository named project1 in /usr/local/svn/project1.
$ sudo mkdir /usr/local/svn
$ sudo svnadmin create /usr/local/svn/project1
(2) Configure Apache so it has read/write access to the repository. Apache runs as user www.
$ sudo chown -R www /usr/local/svn
(3) Configure Apache to support SVN by editing httpd.conf