bzr branch
http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz
0.8.59
by Szilveszter Farkas (Phanatic)
Added README; some small fixes. |
1 |
README for Olive |
2 |
================ |
|
3 |
||
4 |
What is Olive? |
|
5 |
-------------- |
|
6 |
||
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). |
|
11 |
||
12 |
Requirements |
|
13 |
------------ |
|
14 |
||
15 |
- Python (>= 2.4) |
|
16 |
- GTK (>= 2.8) |
|
17 |
- PyGTK (>= 2.8) |
|
18 |
- Bazaar (>= 0.8.2) |
|
19 |
||
20 |
Install on Linux |
|
21 |
---------------- |
|
22 |
||
23 |
You just need to run the bundled setup script like this: |
|
24 |
||
25 |
# ./setup.py install |
|
26 |
||
27 |
If you'd like to install to a different folder, you can: |
|
28 |
||
29 |
$ ./setup.py install --prefix /path/to/the/folder |
|
30 |
||
31 |
Be sure to adjust the PATH values if you install to a custom location! |
|
32 |
||
33 |
A desktop menu entry is shipped with the application, you'll find Olive in the |
|
34 |
Programming category. |
|
35 |
||
36 |
Install on Windows |
|
37 |
------------------ |
|
38 |
||
39 |
You can download the dependencies from the following locations: |
|
40 |
||
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) |
|
45 |
||
46 |
As an Administrator, you can install Olive with the standard command: |
|
47 |
||
48 |
> c:\Python24\python.exe setup.py install |
|
49 |
||
50 |
You can run Olive with this command: |
|
51 |
||
52 |
> c:\Python24\python.exe c:\Python\Scripts\olive-gtk |
|
0.8.61
by Szilveszter Farkas (Phanatic)
Maintenace commit. |
53 |
|
54 |
Reporting bugs |
|
55 |
-------------- |
|
56 |
||
57 |
The official bug tracker of Olive can be found in the Launchpad system. The list |
|
58 |
of the opened bugs are here: |
|
59 |
||
60 |
https://launchpad.net/products/olive/+bugs |
|
61 |
||
62 |
If you found a bug in Olive, please report it here: |
|
63 |
||
64 |
https://launchpad.net/products/olive/+filebug |
|
65 |
||
66 |
Please run olive-gtk from the command line, so you can copy-paste the traceback |
|
67 |
of the exceptions. |