Comment 11 for bug 198646

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 198646] Re: Invalid http response ... Expected a boundary

The strongest workaround is probably to use ssh rather than http,
therefore avoiding any alteration to your data.

To do this either:

1- use an explicit url like bzr+ssh://bazaar.launchpad.net/~bzr/bzr/trunk

2- run 'bzr launchpad-login' (in a recent bzr) and lp: urls should
automatically use ssh.

Martin