Bazaar spontaneously unusable

Brian de Alwis briandealwis at gmail.com
Thu Mar 25 16:36:06 GMT 2010


On 25-Mar-2010, at 10:03 AM, Gary van der Merwe wrote:
> On 25/03/2010 16:00, Brian de Alwis wrote:
>> Sounds like bzr's API version should be decoupled from the release number.
> 
> It is. E.g the api version for 2.0 is 1.7.

Oh.  I leaped to that conclusion both from the error messages:

> Unable to load plugin 'svn'. It requested API version (2, 1, 0) of module <module 'bzrlib' from '/home/Checkouts/Bazaar/Bazaar/Mainline_Working/bzrlib/__init__.pyc'> but the minimum exported version is (2, 2, 0), and the maximum is (2, 2, 0)

and from the following lines in bzr.dev's bzrlib/__init__.py:

   # API compatibility version
   api_minimum_version = (2, 2, 0)

Brian.


More information about the bazaar mailing list