You can install from our PPA, our tarball archive, or directly from our Subversion repository. Users new to Ubuntu should use the PPA option.
sudo add-apt-repository ppa:rabbitvcs/ppa
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
You can use Synaptic to install packages or the command line. If you are using Synaptic, just search for the packages listed below. On the command line, you need to update your software package repositories with:
sudo apt-get update
And install it with:
sudo apt-get install «packages»
…where packages are
rabbitvcs-nautilus3 for the Nautilus 3.x extension (use this for Ubuntu 11.10, Oneiric Ocelot)rabbitvcs-nautilus for the Nautilus 2.x extensionrabbitvcs-thunar for the Thunar extensionsrabbitvcs-gedit for the GEdit extensionrabbitvcs-cli for the command line launchersInstalling from our distributed tarball is relatively straightforward on Ubuntu. First, make sure you install all dependencies:
sudo apt-get install python-nautilus python-configobj python-gtk2 python-glade2 python-svn python-dbus python-dulwich subversion meld
Then download the tarball and from the top folder type:
sudo python setup.py install --install-layout=deb
Once that is done working, look in the clients folder and read the README file for each client/plugin to learn how they are installed.
Installing from trunk or from a branch is relatively straight-forward. First, install the dependencies listed above, then follow our developer installation instructions.