RabbitVCS: Easy Graphical SVN & GIT version control tool for Linux

RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use. It supports most Subversion and Git functionality.

Checkout the screenshots:- http://wiki.rabbitvcs.org/wiki/about/screenshots

Download and install RabbitVCS:- http://wiki.rabbitvcs.org/wiki/download

You can download and install RabbitVCS for the linux distro of your choice.

I am choosing Ubuntu and here are the RabbitVCS installation steps for Ubuntu.

1. Adding the PPA

Karmic and later

sudo add-apt-repository ppa:rabbitvcs/ppa

Hardy, Intrepid and Jaunty

Add the following line to your /etc/apt/sources.list file (signing key=1024R/34EF4A35):

deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu **DISTRIBUTION** main

2. Installing RabbitVCS

Update your software package repositories with:

sudo apt-get update

And install it with:

sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli

3. Restart nautilus after RabbitVCS installation

nautilus -q

RabbitVCS is now completely installed.

Cheers!