Bazaar in Eclipse
John Arbash Meinel
john at arbash-meinel.com
Thu Sep 17 13:56:16 BST 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Russel Winder wrote:
> Since the "upgrade" to bzr.dev (i.e. the change to 2.1.x from 2.0.x) the
> Bazaar plugin in Eclipse refuses to accept bzr.dev as a valid
> Bazaar. /usr/bin/bzr is acceptable to it, but my shiny updated bzr.dev
> is rejected, out of hand, with no appeal.
>
> Does anyone know how to hack round this "problem".
>
> Thanks.
>
I don't know the specific cause, but given your earlier statements, I
would look for a version check inside the bzr-eclipse plugin.
You could always cheat for a second and do this to your bzrlib/__init__.py
=== modified file 'bzrlib/__init__.py'
- --- bzrlib/__init__.py 2009-09-16 07:47:47 +0000
+++ bzrlib/__init__.py 2009-09-17 12:55:54 +0000
@@ -47,7 +47,7 @@
version_info = (2, 1, 0, 'dev', 0)
# API compatibility version: bzrlib is currently API compatible with 1.15.
- -api_minimum_version = (2, 1, 0)
+api_minimum_version = (1, 17, 0)
def _format_version_tuple(version_info):
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkqyMfAACgkQJdeBCYSNAAPaYwCfVkdsglA/cQV6kd+xonjGjjn/
zb0AoLp8EwskEFEk+0zPExgNeB2G1cRQ
=I4b6
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list