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).
23
You just need to run the bundled setup script like this:
27
If you'd like to install to a different folder, you can:
29
$ ./setup.py install --prefix /path/to/the/folder
31
Be sure to adjust the PATH values if you install to a custom location!
33
A desktop menu entry is shipped with the application, you'll find Olive in the
39
You can download the dependencies from the following locations:
41
- Python: http://www.python.org/download/releases/2.4.3/
42
- GTK: http://gladewin32.sourceforge.net/
43
- PyGTK: http://www.mapr.ucl.ac.be/~gustin/win32_ports/pygtk.html (pycairo too)
44
- Bazaar: http://bazaar-vcs.org/WindowsDownloads (Python-based should be okay)
46
As an Administrator, you can install Olive with the standard command:
48
> c:\Python24\python.exe setup.py install
50
You can run Olive with this command:
52
> c:\Python24\python.exe c:\Python\Scripts\olive-gtk