Comment 14 for bug 434034

Revision history for this message
Tymek (maju7) wrote :

Hm...

After running bzr reconfigure --checkout I get:

c:\test2>bzr reconfigure --checkout
bzr: ERROR: exceptions.AssertionError: <bzrlib.bzrdir.BzrDirMeta1 object at 0x02
29B190> 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.

To investigate a bit more I tried "reconfigure --checkout) on a heavyweight checkout too:
(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):
(...)

1. Do you want a new bug for this?

2. As for the original qcommit problem we'll just create new checkouts with the command line for now.