We have broken up RabbitVCS into several discrete parts for v0.13. This allows for more effective and simple packaging as we grow as a project, but has the side effect of making things somewhat more complicated for our users. RabbitVCS is broken up into two main chunks: The core back-end piece that is a python module, and the individual front-ends you use to access dialogs and actions. When installing RabbitVCS, you must now install the core package as well as a package for each front-end you wish to use. Or alternatively, add the PPA to your list of Ubuntu repositories (sources).
See the README files in each tarball archive for installation information.
deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu DISTRIBUTION main ppa:rabbitvcs/ppa (you can open a terminal and type sudo add-apt-repository ppa:rabbitvcs to get the key and repo automatically configured)Note that the Karmic/Lucid PPA should also work for Debian Squeeze/Sid, but you'll need to type out the first apt line above.
layman -a rion && emerge rabbitvcs
Note: rabbitvcs-thunar requires the new thunarx-python bindings, available in our downloads section.