Tag Archives: subversion

Install Lighttpd and Subversion on Debian Lenny

Introduction This article is a step-by-step guide for installing Lighttpd (pronounced lighty) and Subversion on Debian Lenny. My previous setup was Subversion with Apache, however Apache was too heavy for my virtual private server so I had to move to Lighttpd. Most resources from the previous article are used in this article as well. Sadly, [...]

Posted in how-to | Also tagged , , , , | Leave a comment

Install Apache/Subversion on Debian Lenny and Migrate the Repositories

Install Subversion/Apache sudo aptitude install subversion apache2 libapache2-svn Subversion Configuration Create subversion repositories: sudo mkdir /var/svn sudo chown -R www-data:www-data /var/svn All our subversion repositories should be located in /var/svn in order to be visible to Apache (you can change /var/svn to any directory). SSL (Secure Sockets Layer) The following steps are required if you [...]

Posted in how-to | Also tagged , , , , , | 20 Comments