RabbitVCS is a graphical front-end for version control systems. It's available on Linux. It integrates into file managers to provide file context menu access to version control repositories. this project is originaly called NautilusSvn. But, due to the desire to support file managers in addition to Nautilus and more version control systems, it was renamed to RabbitVCS(Version Control System). The interface was inspired by TortoiseSVN, recognisable by the file manager shell integration, which is available on Nautilus and Thunar in the case of RabbitVCS. It can also integrate into Gedit or run independently on the command line.
Features
* Free
* Open Source Software
* A great Subversion GUI Client for Linux
* Easy to use with Right Click menu, just like Tortoise SVN
* Multilingual
Install RabbitVCS
Press Ctrl+Alt+T for open Terminal and add the following commands one by one:
First add the PPA
Karmic and later
sudo add-apt-repository ppa:rabbitvcs/ppa
Hardy, Intrepid and Jaunty (old Ubuntu Versions)
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
Then install RabbitVCS
sudo add-apt-repository ppa:rabbitvcs/ppa
After that update system package lists
sudo apt-get update
Install the packages:
sudo apt-get install rabbitvcs-nautilus3 rabbitvcs-thunar rabbitvcs-gedit rabbitvcs-cli