The new home of rabbitvcs
Python Shell
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
clients Issue 692: Apply patch by Francis Bisson for Caja integration Feb 4, 2014
data/icons/hicolor
locale
packages Add trusty packaging Feb 4, 2014
po
rabbitvcs
scripts
AUTHORS
COPYING
MAINTAINERS Add myself as a maintainer Sep 8, 2012
README
setup.cfg
setup.py

README

RabbitVCS
----------

RabbitVCS is a set of graphical tools written to provide simple and 
straightforward access to the version control systems you use.

RabbitVCS is now distributed in two parts.  The first part is the python module
that is not connected to any file manager or text editor.  This is what is now 
known as "rabbitvcs".  The second part is the series of front-ends or clients
that we distribute.  These consist of a Nautilus extension, a Thunar extension,
a Gedit plugin, and a command line utility.  All of these clients use the same
python module as a back-end.

Requires:
    pygtk >= 2.12
    python-gobject >= 2.14
    python-configobj >= 4.4.0

For spell checking of commit messages:
    python-gtkspell

For subversion:
    python-svn >= 1.7.2
    subversion >= 1.4.6

For git:
    dulwich >= 0.6.1
    git

Recommends:
    meld (graphical diff tool)

Install:
    (as root or using sudo)
    $ python setup.py install

    Each clients' README file contains details on their dependencies and 
    installation.

Homepage:
    http://www.rabbitvcs.org