~phanatic/olive/main

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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
README for Olive
================

What is Olive?
--------------

Olive is a GTK-based graphical frontend for Bazaar Version Control System
(http://bazaar-vcs.org/). It aims to be a user-friendly tool for those who are
not familiar with command line interfaces. Olive is written in Python, so it
can be run under different platforms (Linux and Windows are known to work).

Requirements
------------

 - Python (>= 2.4)
 - GTK (>= 2.8)
 - PyGTK (>= 2.8)
 - Bazaar (>= 0.11)
 - bzr-gtk (>= 0.11)
 - pyWin32 (only for Windows, tested with build 209)

Install on Linux
----------------
 
You just need to run the bundled setup script like this:
 
 # ./setup.py install

If you'd like to install to a different folder, you can:

 $ ./setup.py install --prefix /path/to/the/folder

Be sure to adjust the PATH values if you install to a custom location!

A desktop menu entry is shipped with the application, you'll find Olive in the
Programming category.

Install on Windows
------------------

You can download the dependencies from the following locations:

 - Python: http://www.python.org/download/releases/2.4.3/
 - GTK: http://gladewin32.sourceforge.net/
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports/pygtk.html (pycairo too)
 - Bazaar: http://bazaar-vcs.org/WindowsDownloads (Python-based should be okay)
 - pyWin32: http://sourceforge.net/project/showfiles.php?group_id=78018

As an Administrator, you can install Olive with the standard command:

 > c:\Python24\python.exe setup.py install

You can run Olive with this command:

 > c:\Python24\python.exe c:\Python\Scripts\olive-gtk

Reporting bugs
--------------

The official bug tracker of Olive can be found in the Launchpad system. The list
of the opened bugs are here:

 https://launchpad.net/products/olive/+bugs

If you found a bug in Olive, please report it here:

 https://launchpad.net/products/olive/+filebug

Please run olive-gtk from the command line, so you can copy-paste the traceback
of the exceptions.