bzr reconfigure --checkout crashes with "... is not a RemoteBzrDir"

Bug #434595 reported by Tymek
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Medium
Unassigned

Bug Description

(all from command line)
c:\>bzr checkout bzr://192.168.168.66:1234/test2 c:\test3

c:\>cd test3
c:\test3>bzr reconfigure --lightweight-checkout

c:\test3>bzr reconfigure --checkout
bzr: ERROR: exceptions.AssertionError: <bzrlib.bzrdir.BzrDirMeta1 object at 0x0229B190> is not a RemoteBzrDir

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 842, in exception_to_return_code
  File "bzrlib\commands.pyo", line 1037, in run_bzr
  File "bzrlib\commands.pyo", line 654, in run_argv_aliases
  File "bzrlib\builtins.pyo", line 5330, in run
  File "bzrlib\reconfigure.pyo", line 332, in apply
  File "bzrlib\remote.pyo", line 501, in initialize
  File "bzrlib\remote.pyo", line 494, in _vfs_initialize
  File "bzrlib\remote.pyo", line 540, in open
AssertionError: <bzrlib.bzrdir.BzrDirMeta1 object at 0x0229B190> is not a Remote
BzrDir

bzr 2.0rc2 on python 2.5.4 (Windows-Vista-6.0.6001-SP1)
arguments: ['bzr', 'reconfigure', '--checkout']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools C:\Program Files\Bazaar\plugins\bzrtools [2.0]
  explorer C:\Program Files\Bazaar\plugins\explorer [0.8.1]
  extmerge C:\Program Files\Bazaar\plugins\extmerge [unknown]
  launchpad C:\Program Files\Bazaar\plugins\launchpad [2.0rc2]
  netrc_credential_store C:\Program Files\Bazaar\plugins\netrc_credential_store
[2.0rc2]
  qbzr C:\Program Files\Bazaar\plugins\qbzr [0.14.2]
  rebase C:\Program Files\Bazaar\plugins\rebase [0.5.3]
  svn C:\Program Files\Bazaar\plugins\svn [0.6.5]
  upload C:\Program Files\Bazaar\plugins\upload [1.0dev]
  xmloutput C:\Program Files\Bazaar\plugins\xmloutput [0.8.5]

*** Bazaar has encountered an internal error. This probably indicates a
    bug in Bazaar. You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.

Tags: reconfigure
Revision history for this message
Gordon Tyler (doxxx) wrote :

Similar error when using 'bzr reconfigure --tree' on a lightweight checkout from Bzr Explorer's Advanced Command dialog:

Run command: bzr reconfigure --tree .
bzr: ERROR: exceptions.AssertionError: <bzrlib.bzrdir.BzrDirMeta1 object at 0x02715730> is not a RemoteBzrDir

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 826, in exception_to_return_code
  File "bzrlib\commands.pyo", line 1027, in run_bzr
  File "bzrlib\commands.pyo", line 638, in run_argv_aliases
  File "C:/Program Files (x86)/Bazaar/plugins\qbzr\lib\commands.py", line 805, in run
  File "bzrlib\commands.pyo", line 1027, in run_bzr
  File "bzrlib\commands.pyo", line 638, in run_argv_aliases
  File "bzrlib\builtins.pyo", line 5443, in run
  File "bzrlib\reconfigure.pyo", line 330, in apply
  File "bzrlib\remote.pyo", line 541, in initialize
  File "bzrlib\remote.pyo", line 534, in _vfs_initialize
  File "bzrlib\remote.pyo", line 580, in open
AssertionError: <bzrlib.bzrdir.BzrDirMeta1 object at 0x02715730> is not a RemoteBzrDir

bzr 2.1.0b4 on python 2.5.4 (Windows-Vista-6.0.6002-SP2)
arguments: ['C:\\Program Files (x86)\\Bazaar\\bzr.exe', 'qsubprocess', '--bencode', 'l11:reconfigure6:--tree1:.e']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools C:\Program Files (x86)\Bazaar\plugins\bzrtools [2.1.0b1]
  explorer C:\Program Files (x86)\Bazaar\plugins\explorer [0.10.0]
  launchpad C:\Program Files (x86)\Bazaar\plugins\launchpad [2.1.0b4]
  netrc_credential_store C:\Program Files (x86)\Bazaar\plugins\netrc_credential_store [2.1.0b4]
  qbzr C:\Program Files (x86)\Bazaar\plugins\qbzr [0.17.0]
  rebase C:\Program Files (x86)\Bazaar\plugins\rebase [0.5.5]
  svn C:\Program Files (x86)\Bazaar\plugins\svn [1.0.1]
  upload C:\Program Files (x86)\Bazaar\plugins\upload [1.0.0dev]
  xmloutput C:\Program Files (x86)\Bazaar\plugins\xmloutput [0.8.5]

Changed in bzr:
status: New → Confirmed
importance: Undecided → Medium
Jelmer Vernooij (jelmer)
tags: added: reconfigure
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.