necessary data rewind wasn't possible
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
got this while trying to branch an svn repo:
bzr branch http://<user>:
bzr: ERROR: pycurl.error: (65, "necessary data rewind wasn't possible")
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
from_location)
File "/usr/lib/
bzrdir = klass.open(
File "/usr/lib/
return BzrDir.
File "/usr/lib/
redirected)
File "/usr/lib/
return obj(*args, **kwargs)
File "/usr/lib/
return action(transport)
File "/usr/lib/
transport, _server_
File "/usr/lib/
return format.
File "/usr/lib/
server_version = medium.
File "/usr/lib/
client_
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
data = self._medium.
File "/usr/lib/
code, body_filelike = t._post(bytes)
File "/usr/lib/
self.
File "/usr/lib/
curl.perform()
error: (65, "necessary data rewind wasn't possible")
bzr 1.8 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'branch', 'http://<user>:
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8'
plugins:
gtk /usr/lib/
launchpad /usr/lib/
svn /home/dmuir/
webdav /home/dmuir/
xmloutput /usr/lib/
Is this because bzr-svn 0.4.14 is for bzr 1.9 and not 1.8? If so, is there a version available for 1.8?
> Is this because bzr-svn 0.4.14 is for bzr 1.9 and not 1.8? If so, is there a version available for 1.8?
Is the url given here an svn url?
-- launchpad. net/~mbp/>
Martin <http://