[ANN] Olive 0.11.0 released

Stefan Reichör stefan at xsteve.at
Thu Sep 28 14:53:44 BST 2006


"Szilveszter Farkas" <szilveszter.farkas at gmail.com> writes:

> Hello,
>
> I'm proud to present the latest version of Olive, the graphical user
> interface for Bazaar.
>
> This release features:
> - the backend code was fully removed (thanks to Jelmer Vernooij)
> - bzrk is loaded from the bzr-gtk plugin, so code duplications are reduced now
> - directories load faster due to reading the delta only once (in 0.10
> and before, the delta was regenerated for every single file in the
> given directory)
> - some other minor fixes
>
> The source can be downloaded from the following location:
> http://bazaar-vcs.org/Olive?action=AttachFile&do=get&target=olive-0.11.0.tar.gz
>
> See Olive's homepage for more information:
> http://bazaar-vcs.org/Olive


Since Alexander Belchenko recommended olive, I gave it a try on
windows.

I have the following packages installed:
  python-2.5.msi
  pywin32-210.win32-py2.5.exe
  gtk-win32-devel-2.8.18-rc1.exe
  pygtk-2.8.6-1.win32-py2.5.exe
  pycairo-1.0.2-1.win32-py2.5.exe
  bzr-0.10.0.win32.exe
  olive-0.11.0.tar.gz
  bzr-gtk-0.10.0.tar.gz


I have a couple of problems with the installation:

Branch -> Initialize
  Traceback (most recent call last):
    File "c:\Python25\Lib\site-packages\olive\handler.py", line 181, in on_menuitem_branch_initialize_activate
      except NotBranchError:
  NameError: global name 'NotBranchError' is not defined

File -> Add
  Traceback (most recent call last):
    File "c:\Python25\Lib\site-packages\olive\menu.py", line 146, in add_file
      bzrlib.add.smart_add([directory + '/' + filename])
  NameError: global name 'bzrlib' is not defined

File -> Remove
  Traceback (most recent call last):
    File "c:\Python25\Lib\site-packages\olive\menu.py", line 166, in remove_file
      wt, path = WorkingTree.open_containing(directory+'/'+filename)
  NameError: global name 'WorkingTree' is not defined


Do you have a clue, how these problems can be fixed?


Stefan.





More information about the bazaar mailing list