Fedora users have several options for installing RabbitVCS. You can install directly from Fedora's repositories, our distributed tarball, or directly from our Subversion repository.
For the time being, we only provide 32bit packages, but 64bit packages should be coming. If you install from Fedora's repositories, you can get the 64bit packages now.
RabbitVCS has only recently been added to Fedora's repositories, so you can use the following command to install:
yum install rabbitvcs*
We only keep the thunar package uploaded to our servers since the other packages are available on Fedora's repositories.
Installing from our distributed tarball is relatively straightforward on Fedora. First, make sure you install all dependencies:
yum install nautilus-python pysvn python-configobj python-devel 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.