Comment 3 for bug 613502

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 613502] Re: AttributeError: 'InterRemoteGitNonGitRepository' object has no attribute 'fetch_refs' - regression in r940

On Sat, 2011-01-22 at 19:08 +0000, Greg Hellings wrote:
> I'm getting this crash when I try to do a git-import on a new
> repository.
>
> I'm trying to run a git-import from a gitorious branch. When I try to
> pull off of HTTP, I get the message
>
> > bzr git-import http://git.gitorious.org/bibletime/bibletime.git
> bzr: ERROR: Not a branch: "http://git.gitorious.org/bibletime/bibletime.git/".
>
> When pulling over the git protocol, I get the following crash
>
>
> > bzr git-import git://gitorious.org/bibletime/bibletime.git
> bzr: failed to report crash using apport:
> OSError(13, 'Permission denied')
> bzr: ERROR: exceptions.AttributeError: 'InterRemoteGitNonGitRepository' object has no attribute 'fetch_refs'
This has already been fixed earlier. 0.5.3 has a fix, among other
things. Please note though that bzr-git doesn't support the git smart
server protocol over http yet, so fetching over http:// instead of over
git:// (which gitorious also supports) will be quite slow.

  status fixreleased