This was my first assignment for 2011 and I used this blog post as a precious reference. I assume that, at this point, SSH server and Apache are already installed and running. Let’s start : Install the SVN packages aptitude install subversion aptitude install libapache2-svn Create a repository for your project(s) mkdir /var/subversion svnadmin create [...]

Working with Windwos users on my SVN repository, I needed to upgrade SVN to match with their Tortoise version. Here are the steps to do so: add the line below to /etc/apt/sources.list 1deb http://www.backports.org/debian lenny-backports main contrib non-free get the public key from lenny-backports running the following command 1wget -O – http://backports.org/debian/archive.key | apt-key add [...]