-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathREADME
41 lines (31 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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