Comment 25 for bug 365874

Revision history for this message
Callum Macdonald (chmac) wrote :

I receive this error when pushing to a bzr+https:// repository since installing pycurl. Prior to pycurl's installation, the push command worked. Since I installed pycurl, it now throws the "necessary data rewind wasn't possible" error. In my case, using https+urllib:// is not an option as my host does not support the plain HTTPS protocol.

Is there a way to force bzr to use urllib insteasd of pycurl while also using the bzr+https:// protocol? I tried bzr+https+urllib:// for example, but that does not work.