Mandriva users have a couple options for installing RabbitVCS. You can install from our tarball archive, or directly from our Subversion repository.
Installing from our distributed tarball is relatively straightforward on Mandriva. First, make sure you install all dependencies:
urpmi nautilus-python python-pysvn libpython-devel python-configobj dbus-python python-dulwich libpython-devel 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.