[unknown button type]

This is an old revision of the document!


Installation on Arch Linux

Arch Linux users have a few options for installing RabbitVCS. You can install from Arch Linux's AUR repository, our tarball archive, or directly from our Subversion repository.

From AUR

Our AUR package is located here. It can be installed through yaourt if needed.

yaourt -S python-nautilus python-configobj pygtk pysvn dbus-python subversion meld rabbitvcs

From the Tarball

Installing from our distributed tarball is relatively straightforward on Arch Linux. First, make sure you install all dependencies:

yaourt -S python-nautilus python-configobj pygtk pysvn dbus-python subversion meld

Then download the tarball and from the top folder type:

sudo python setup.py install

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.

From our Subversion Repository

Installing from trunk or from a branch is relatively straight-forward. First, install the dependencies listed above, then follow our developer installation instructions.