7
Olive is a GTK-based graphical frontend for Bazaar Version Control System
 
 
8
(http://bazaar-vcs.org/). It aims to be a user-friendly tool for those who are
 
 
9
not familiar with command line interfaces. Olive is written in Python, so it
 
 
10
can be run under different platforms (Linux and Windows are known to work).
 
 
20
 - pyWin32 (only for Windows, tested with build 209)
 
 
25
You just need to run the bundled setup script like this:
 
 
29
If you'd like to install to a different folder, you can:
 
 
31
 $ ./setup.py install --prefix /path/to/the/folder
 
 
33
Be sure to adjust the PATH values if you install to a custom location!
 
 
35
A desktop menu entry is shipped with the application, you'll find Olive in the
 
 
41
You can download the dependencies from the following locations:
 
 
43
 - Python: http://www.python.org/download/releases/2.4.3/
 
 
44
 - GTK: http://gladewin32.sourceforge.net/
 
 
45
 - PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports/pygtk.html (pycairo too)
 
 
46
 - Bazaar: http://bazaar-vcs.org/WindowsDownloads (Python-based should be okay)
 
 
47
 - pyWin32: http://sourceforge.net/project/showfiles.php?group_id=78018
 
 
49
As an Administrator, you can install Olive with the standard command:
 
 
51
 > c:\Python24\python.exe setup.py install
 
 
53
You can run Olive with this command:
 
 
55
 > c:\Python24\python.exe c:\Python\Scripts\olive-gtk
 
 
60
The official bug tracker of Olive can be found in the Launchpad system. The list
 
 
61
of the opened bugs are here:
 
 
63
 https://launchpad.net/products/olive/+bugs
 
 
65
If you found a bug in Olive, please report it here:
 
 
67
 https://launchpad.net/products/olive/+filebug
 
 
69
Please run olive-gtk from the command line, so you can copy-paste the traceback