Comment 11 for bug 445156

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 445156] Re: vcs-import of libvdpau (git) fails: bzrlib.errors.BzrError: The remote server unexpectedly closed the connection

On Fri, 2010-02-05 at 00:42 +0000, Michael Hudson wrote:
> More clues... this is what git sends:
>
> 0045git-upload-pack ~aplattner/libvdpau^@host=anongit.freedesktop.org^@
>
> (the ^@s should be NULs)
>
> and this is what bzr-git sends:
>
> 0046git-upload-pack /~aplattner/libvdpau^@host=anongit.freedesktop.org^@
>
> I guess it's that slash in the front that's screwing things up?
Yeah, that would explain it.

I wonder what the best way is for bzr-git to support locations that do
start with double slashes. Perhaps we should make sure to always just
strip a single slash, never more than that?

Cheers,

Jelmer