Setting up a subversion server
In this article we’ll set up a subversion server that will allow remote access. We will use Ubuntu, but the process isn’t that different if you are using a different distro.
First of all install the subversion package. In ubuntu thats:
sudo apt-get install subversion
Create a directory where you will store the subversion repositories. (we use /var/repos in this example.) Then, add a user for the svn (we’ll use the username svn), and give it ownership of the repos directory.
Keep reading »

















There are a fair few project management tools available for Linux that differ in simplicity of use as well as the features they include. Most of them would be suitable for smaller projects, but there are a couple that would be as suitable for complex large scale projects as the commercial solutions such as Microsoft Project.