crash when converting lightweight to heavy checkout with remote master branch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Unassigned |
Bug Description
I encountered a traceback when trying to perform a 'bzr reconfigure --checkout' command on a lightweight checkout of a remote master branch.
crash file is attached
PythonVersion: 2.6.4
Traceback:
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run_
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
reconfigur
File "/usr/lib/
repo = repository_
File "/usr/lib/
return self._vfs_
File "/usr/lib/
return self.open(a_bzrdir)
File "/usr/lib/
raise AssertionError('%r is not a RemoteBzrDir' % (a_bzrdir,))
AssertionError: <bzrlib.
tags: | added: reconfigure |
tags: | added: hpss |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
As a workaround you need to create heavyweight checkout with regular `bzr checkout URL` command.