Upgrading to 1.6 from 1.3 issues.

Raindog raindog at macrohmasheen.com
Fri Aug 29 07:32:00 BST 2008


Raindog wrote:
> John Arbash Meinel wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Raindog wrote:
>>  
>>> Hi,
>>>
>>> Today when I tried to upgrade my bzr install to 1.6 I had this issue
>>> when attempting to commit to the branch:
>>>
>>> bzr: ERROR: Unable to connect to target of bound branch
>>> BzrBranch6('file:///C:/xxxxxxxxx') => bzr+ssh://xxxxxxxxx/: Not a
>>> branch: "bzr+ssh://xxxxxxxxx/".
>>>
>>> but when i revert the server back to 1.3, the issue goes away. What is
>>> the best way to resolve this?
>>>
>>> Thanks
>>>     
>>
>> Can you confirm that the "bzr+ssh://XXXXX/" path really is a branch.
>>
>> Can you try running with -Derror, so we can get a traceback and possibly
>> figure out where something is failing?
>>
>> It is possible that it is just a packaging issue (I think some people
>> mentioned that paramiko might not be getting bundled properly.)
>>
>> John
>> =:->
>>   
> It is indeed a branch as simply reverting back to 1.3 enables me to 
> commit/update, etc with no other changes. Also, I installed paramiko 
> as a standalone.
>
I'm still having this issue. Below is the traceback. Note that reverting 
to 1.3 on the server resolves the issue so it is a regression.

C:\code\mmmain\projects\mmsdk>bzr update -Derror > log.txt
bzr: ERROR: bzrlib.errors.BoundBranchConnectionFailure: Unable to 
connect to target of bound branch 
BzrBranch6('file:///C:/code/mmmain/projects/mmsdk/') => bzr+ssh://<ip 
address>/mmmain/projects/mmsdk
/: Not a branch: "bzr+ssh://<ip address>/mmmain/projects/mmsdk/".

Traceback (most recent call last):
  File "c:\Python25\Lib\site-packages\bzrlib\commands.py", line 857, in 
run_bzr_catch_errors
    return run_bzr(argv)
  File "c:\Python25\Lib\site-packages\bzrlib\commands.py", line 797, in 
run_bzr
    ret = run(*run_argv)
  File "c:\Python25\Lib\site-packages\bzrlib\commands.py", line 499, in 
run_argv_aliases
    return self.run(**all_cmd_args)
  File "c:\Python25\Lib\site-packages\bzrlib\builtins.py", line 1008, in run
    possible_transports=possible_transports)
  File "c:\Python25\Lib\site-packages\bzrlib\decorators.py", line 138, 
in read_locked
    result = unbound(self, *args, **kwargs)
  File "c:\Python25\Lib\site-packages\bzrlib\branch.py", line 1961, in 
get_master_branch
    self, bound_loc, e)
BoundBranchConnectionFailure: Unable to connect to target of bound 
branch BzrBranch6('file:///C:/code/mmmain/projects/mmsdk/') => 
bzr+ssh://<ip address>/mmmain/projects/mmsdk/: Not a branch: "bzr+ssh:
//<ip address>/mmmain/projects/mmsdk/".





More information about the bazaar mailing list