Hello,<br> I'm trying to branch off of a git repository at GitHub, but I'm getting an exception.<br>[quote]<br>[535] bzr branch git://<a href="http://github.com/eHarmony/jSelected.git">github.com/eHarmony/jSelected.git</a> jSelected<br>
bzr: ERROR: exceptions.KeyError: '40825@bb5c14d6-0f0e-0410-b6e6-ef5a72c3f3ed:genesis%2Ftrunk%2Feh20' <br><br>
Traceback (most recent call last):<br> File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 853, in exception_to_return_code<br> return the_callable(*args, **kwargs)<br> File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1055, in run_bzr<br>
ret = run(*run_argv)<br> File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 661, in run_argv_aliases<br> return self.run_direct(**all_cmd_args)<br> File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 665, in run_direct<br>
return self._operation.run_simple(*args, **kwargs)<br> File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 122, in run_simple<br> self.cleanups, self.func, *args, **kwargs)<br> File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 156, in _do_with_cleanups<br>
result = func(*args, **kwargs)<br> File "/Library/Python/2.6/site-packages/bzrlib/builtins.py", line 1232, in run<br> source_branch=br_from)<br> File "/Library/Python/2.6/site-packages/bzrlib/bzrdir.py", line 1182, in sprout<br>
result_repo.fetch(source_repository, revision_id=revision_id)<br> File "/Library/Python/2.6/site-packages/bzrlib/repository.py", line 1704, in fetch<br> find_ghosts=find_ghosts, fetch_spec=fetch_spec)<br>
File "/Users/eberry/.bazaar/plugins/git/fetch.py", line 436, in fetch<br> find_ghosts=find_ghosts, mapping=mapping, fetch_spec=fetch_spec)<br> File "/Users/eberry/.bazaar/plugins/git/fetch.py", line 461, in fetch_refs<br>
(pack_hint, _) = self.fetch_objects(determine_wants, mapping, pb)<br> File "/Users/eberry/.bazaar/plugins/git/fetch.py", line 503, in fetch_objects<br> [store._lookup_revision_sha1(head) for head in heads])<br>
File "/Users/eberry/.bazaar/plugins/git/object_store.py", line 381, in _lookup_revision_sha1<br> self._update_sha_map(revid)<br> File "/Users/eberry/.bazaar/plugins/git/object_store.py", line 255, in _update_sha_map<br>
self._update_sha_map_revision(revid)<br> File "/Users/eberry/.bazaar/plugins/git/object_store.py", line 310, in _update_sha_map_revision<br> for path, obj in self._revision_to_objects(rev, inv):<br> File "/Users/eberry/.bazaar/plugins/git/object_store.py", line 287, in _revision_to_objects<br>
self.repository.iter_files_bytes, has_ghost_parents):<br> File "/Users/eberry/.bazaar/plugins/git/object_store.py", line 172, in _inventory_to_objects<br> ie.file_id)<br> File "/Users/eberry/.bazaar/plugins/git/shamap.py", line 307, in lookup_tree<br>
raise KeyError(fileid)<br>KeyError: '40825@bb5c14d6-0f0e-0410-b6e6-ef5a72c3f3ed:genesis%2Ftrunk%2Feh20'<br><br>bzr 2.1.0 on python 2.6.1 (Darwin-10.3.0-i386-64bit)<br>arguments: ['/usr/local/bin/bzr', 'branch', 'git://<a href="http://github.com/eHarmony/jSelected.git">github.com/eHarmony/jSelected.git</a>', 'jSelected']<br>
encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'<br>plugins:<br> bisect /Users/eberry/.bazaar/plugins/bisect [1.1.0.pre.0]<br> bzrtools /Users/eberry/.bazaar/plugins/bzrtools [2.1.0]<br>
email /Library/Python/2.6/site-packages/bzrlib/plugins/email [unknown]<br> explorer /Users/eberry/.bazaar/plugins/explorer [1.1.0dev]<br> extmerge /Users/eberry/.bazaar/plugins/extmerge [unknown]<br>
git /Users/eberry/.bazaar/plugins/git [0.5.0]<br> keychain /Library/Python/2.6/site-packages/bzrlib/plugins/keychain [0.1.0]<br> launchpad /Library/Python/2.6/site-packages/bzrlib/plugins/launchpad [2.1.0]<br>
loom /Library/Python/2.6/site-packages/bzrlib/plugins/loom [1.4.0dev]<br> netrc_credential_store /Library/Python/2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.1.0]<br> news_merge /Library/Python/2.6/site-packages/bzrlib/plugins/news_merge [2.1.0]<br>
qbzr /Library/Python/2.6/site-packages/bzrlib/plugins/qbzr [0.18.1]<br> rebase /Library/Python/2.6/site-packages/bzrlib/plugins/rebase [0.5.5]<br> svn /Users/eberry/.bazaar/plugins/svn [1.0.2dev]<br>
upload /Library/Python/2.6/site-packages/bzrlib/plugins/upload [1.0.0dev]<br> xmloutput /Users/eberry/.bazaar/plugins/xmloutput [0.8.7.dev]<br><br>*** Bazaar has encountered an internal error. This probably indicates a<br>
bug in Bazaar. You can help us fix it by filing a bug report at<br> <a href="https://bugs.launchpad.net/bzr/+filebug">https://bugs.launchpad.net/bzr/+filebug</a><br> including this traceback and a description of the problem.<br>
[/quote]<br><br>I'm not sure if I've installed Dulwich correctly. I downloaded the tar.gz file, and installed it using "sudo python setup.py install".<br><br>I'm not sure what I'm doing wrong.<br>
<br>Thanks,<br>Eric<br clear="all"><br>-- <br>Learn from the past. Live in the present. Plan for the future.<br>Blog: <a href="http://www.townsfolkdesigns.com/blogs/elberry">http://www.townsfolkdesigns.com/blogs/elberry</a><br>
jEdit <<a href="http://www.jedit.org">http://www.jedit.org</a>> - Programmer's Text Editor<br>Bazaar <<a href="http://bazaar.canonical.com">http://bazaar.canonical.com</a>> - Version Control for Humans<br>