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.
Our AUR package is located here. It can be installed through yaourt if needed.
yaourt -S python-nautilus python-configobj pygtk pysvn dbus-python python-dulwich subversion meld rabbitvcs
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 python-dulwich 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.
Installing from trunk or from a branch is relatively straight-forward. First, install the dependencies listed above, then follow our developer installation instructions.