Calendar

July 2010
S M T W T F S
« Jun    
 123
45678910
11121314151617
18192021222324
25262728293031

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
sudo svnadmin create /var/svn/repos

In order to control who has access to [...]

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 the [...]