Migrating from hg to bzr error
Salvador Cobian
pitayasoft at gmail.com
Wed Dec 31 21:54:40 GMT 2008
I am migrating from Mercurial to Bazaar and I keep getting the error
below. I am using the bzr-hg plugin
I am using bzr.dev (1.11) and the latest bzr-hg.
Any ideas or suggestions?
bzr pull file:///Users/Sal/ProjectsHg/ClearAgile
bzr: ERROR: exceptions.AssertionError: KnitPackRepository('file:///Users/Sal/Projects/ClearAgile/.bzr/repository/')
not in write group
Traceback (most recent call last):
File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line
893, in run_bzr_catch_errors
return run_bzr(argv)
File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line
839, in run_bzr
ret = run(*run_argv)
File "/Library/Python/2.5/site-packages/bzrlib/commands.py", line
539, in run_argv_aliases
return self.run(**all_cmd_args)
File "/Library/Python/2.5/site-packages/bzrlib/builtins.py", line
798, in run
possible_transports=possible_transports)
File "/Library/Python/2.5/site-packages/bzrlib/decorators.py", line
192, in write_locked
result = unbound(self, *args, **kwargs)
File "/Library/Python/2.5/site-packages/bzrlib/workingtree.py", line
1543, in pull
possible_transports=possible_transports)
File "/Library/Python/2.5/site-packages/bzrlib/decorators.py", line
192, in write_locked
result = unbound(self, *args, **kwargs)
File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line
1963, in pull
_override_hook_target=_override_hook_target)
File "/Library/Python/2.5/site-packages/bzrlib/decorators.py", line
192, in write_locked
result = unbound(self, *args, **kwargs)
File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line
1763, in pull
graph=graph)
File "/Library/Python/2.5/site-packages/bzrlib/decorators.py", line
192, in write_locked
result = unbound(self, *args, **kwargs)
File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 524,
in update_revisions
self.fetch(other, stop_revision)
File "/Library/Python/2.5/site-packages/bzrlib/decorators.py", line
192, in write_locked
result = unbound(self, *args, **kwargs)
File "/Library/Python/2.5/site-packages/bzrlib/branch.py", line 286,
in fetch
pb=nested_pb)
File "/Library/Python/2.5/site-packages/bzrlib/repository.py", line
1118, in fetch
find_ghosts=find_ghosts)
File "/Library/Python/2.5/site-packages/bzrlib/decorators.py", line
192, in write_locked
result = unbound(self, *args, **kwargs)
File "/Users/Sal/.bazaar/plugins/hg_import/__init__.py", line 772,
in fetch
revision.parent_ids)
File "/Library/Python/2.5/site-packages/bzrlib/repository.py", line
661, in add_inventory
raise AssertionError("%r not in write group" % (self,))
AssertionError: KnitPackRepository('file:///Users/Sal/Projects/ClearAgile/.bzr/repository/')
not in write group
bzr 1.11dev on python 2.5.1 (darwin)
arguments: ['/usr/local/bin/bzr', 'pull', 'file:///Users/Sal/ProjectsHg/ClearAgile'
]
encoding: 'ascii', fsenc: 'utf-8', lang: 'en_US.UTF-8'
plugins:
bzrtools /Library/Python/2.5/site-packages/bzrlib/
plugins/bzrtools [1.10]
email /Library/Python/2.5/site-packages/bzrlib/
plugins/email [unknown]
extmerge /Library/Python/2.5/site-packages/bzrlib/
plugins/extmerge [unknown]
hg_import /Users/Sal/.bazaar/plugins/hg_import [unknown]
launchpad /Library/Python/2.5/site-packages/bzrlib/
plugins/launchpad [unknown]
loom /Library/Python/2.5/site-packages/bzrlib/
plugins/loom [1.4dev]
qbzr /Library/Python/2.5/site-packages/bzrlib/
plugins/qbzr [0.9.5]
rebase /Library/Python/2.5/site-packages/bzrlib/
plugins/rebase [0.4dev]
search /Library/Python/2.5/site-packages/bzrlib/
plugins/search [1.7dev]
svn /Library/Python/2.5/site-packages/bzrlib/
plugins/svn [0.4.16]
upload /Library/Python/2.5/site-packages/bzrlib/
plugins/upload [0.1.1]
*** Bazaar has encountered an internal error.
Please report a bug at https://bugs.launchpad.net/bzr/+filebug
including this traceback, and a description of what you
were doing when the error occurred.
Sal at Soul:/Users/Sal/Projects/ClearAgile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20081231/062c0f99/attachment.htm
More information about the bazaar
mailing list