Advertisement
Guest User

Untitled

a guest
Sep 4th, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. E:\bzr>bzr branch e:\sdk
  2.  
  3. E:\bzr>e:\Python27_32\python.exe E:\bzr-2.4.0\bzr branch e:\sdk
  4. bzr: ERROR: bzrlib.errors.NoSuchRevision: CHKInventoryRepository('file:///E:/bzr/sdk/.bzr/repository/') has no revision ('git-v1:2622c44b1ca77b5996450e0f1c3a7fd
  5. 409ff7bd0',)
  6.  
  7. Traceback (most recent call last):
  8. File "E:\bzr-2.4.0\bzrlib\commands.py", line 946, in exception_to_return_code
  9. return the_callable(*args, **kwargs)
  10. File "E:\bzr-2.4.0\bzrlib\commands.py", line 1150, in run_bzr
  11. ret = run(*run_argv)
  12. File "E:\bzr-2.4.0\bzrlib\commands.py", line 699, in run_argv_aliases
  13. return self.run(**all_cmd_args)
  14. File "E:\bzr-2.4.0\bzrlib\commands.py", line 721, in run
  15. return self._operation.run_simple(*args, **kwargs)
  16. File "E:\bzr-2.4.0\bzrlib\cleanup.py", line 135, in run_simple
  17. self.cleanups, self.func, *args, **kwargs)
  18. File "E:\bzr-2.4.0\bzrlib\cleanup.py", line 165, in _do_with_cleanups
  19. result = func(*args, **kwargs)
  20. File "E:\bzr-2.4.0\bzrlib\builtins.py", line 1307, in run
  21. source_branch=br_from)
  22. File "E:\bzr-2.4.0\bzrlib\plugins\git\dir.py", line 169, in sprout
  23. mapping=source_branch.mapping)
  24. File "E:\bzr-2.4.0\bzrlib\plugins\git\fetch.py", line 678, in fetch_objects
  25. target_git_object_retriever, wants, pb, limit)
  26. File "E:\bzr-2.4.0\bzrlib\plugins\git\fetch.py", line 476, in import_git_objects
  27. target_git_object_retriever, trees_cache)
  28. File "E:\bzr-2.4.0\bzrlib\plugins\git\fetch.py", line 359, in import_git_commit
  29. parent_trees = trees_cache.revision_trees(rev.parent_ids)
  30. File "E:\bzr-2.4.0\bzrlib\plugins\git\object_store.py", line 112, in revision_trees
  31. return list(self.iter_revision_trees(revids))
  32. File "E:\bzr-2.4.0\bzrlib\plugins\git\object_store.py", line 106, in iter_revision_trees
  33. for tree in self.repository.revision_trees(todo):
  34. File "E:\bzr-2.4.0\bzrlib\vf_repository.py", line 1779, in revision_trees
  35. for inv in inventories:
  36. File "E:\bzr-2.4.0\bzrlib\repofmt\groupcompress_repo.py", line 981, in _iter_inventories
  37. raise errors.NoSuchRevision(self, record.key)
  38. NoSuchRevision: CHKInventoryRepository('file:///E:/bzr/sdk/.bzr/repository/') has no revision ('git-v1:2622c44b1ca77b5996450e0f1c3a7fd409ff7bd0',)
  39.  
  40. bzr 2.4.0 on python 2.7.2 (Windows-7-6.1.7600)
  41. arguments: ['E:\\bzr-2.4.0\\bzr', 'branch', 'e:\\sdk']
  42. plugins: bash_completion[2.4.0], changelog_merge[2.4.0], git[0.6.2],
  43. launchpad[2.4.0], netrc_credential_store[2.4.0], news_merge[2.4.0],
  44. weave_fmt[2.4.0]
  45. encoding: 'cp1252', fsenc: 'mbcs', lang: None
  46.  
  47. *** Bazaar has encountered an internal error. This probably indicates a
  48. bug in Bazaar. You can help us fix it by filing a bug report at
  49. https://bugs.launchpad.net/bzr/+filebug
  50. including this traceback and a description of the problem.
  51. bzr: warning: some compiled extensions could not be loaded; see <https://answers.launchpad.net/bzr/+faq/703>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement