Setting up a Subversion Server on Ubuntu Gutsy Gibbon server

Setting up a Subversion Server on Ubuntu Gutsy Gibbon server

All the required packages are available in the Ubuntu repositories.

Installing Subversion

Use apt-get:

sudo apt-get update sudo apt-get install subversion Creating a Repository

Let’s say you want your repository to be in /var/svn/repos, type in these commands:

cd /var sudo mkdir svn [...]

Fix Intel Graphics on Ubuntu 9.04 – Enabling Visual Effects

When I installed Ubuntu 9.04, I noticed something missing that I’ve been accustomed to for some time now; those cool Compiz effects were gone. I noticed this when I ran Ubuntu from the Live CD but I thought maybe it was a bug in the Live CD or maybe my CD was scratched. Well [...]