Possible corruption in paramiko branch

John Arbash Meinel john at arbash-meinel.com
Tue Jan 24 01:00:34 GMT 2006


I keep mirrors a mirror of the paramiko branch at
	http://www.lag.net/paramiko/bzr/paramiko/

When I do a pull, I get this:
$ bzr pull
Using saved location: http://www.lag.net/paramiko/bzr/paramiko/
bzr: ERROR: Could not install revisions:
robey at master-shake.local-20060120182350-92e8f21d029f8634

I don't know the specific problem, but I'm guessing the revision-history
has a revision which doesn't exist in the repository. Looking at
.bzr/revision-history, I see these as the last entries:

...
  robey at lag.net-20051216175905-c3477e2ec74db4d9
  robey at lag.net-20051216180002-5661c935adb8262e
  robey at master-shake.local-20060115063008-4f68552398868788
  robey at master-shake.local-20060115063338-50ebabff6276f500
  robey at master-shake.local-20060119065503-341b1f0c0d161e22
  robey at master-shake.local-20060119072156-31241967db33d1d9
  robey at master-shake.local-20060119232616-edcb93583d3dc005
  robey at master-shake.local-20060120182320-d569b04adc2bd622
  robey at master-shake.local-20060120182350-92e8f21d029f8634

I'm guessing we have a failed push, but I don't know specifically what
is wrong.

This is the traceback:

 Traceback (most recent call last):
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/commands.py",
line 572, in run_bzr_catch_errors
     return run_bzr(argv)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/commands.py",
line 534, in run_bzr
     ret = cmd_obj.run_argv(argv)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/commands.py",
line 233, in run_argv
     return self.run(**all_cmd_args)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/builtins.py",
line 419, in run
     count = tree_to.pull(br_from, overwrite)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/branch.py", line
90, in decorated
     return unbound(self, *args, **kwargs)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/workingtree.py",
line 672, in pull
     count = self.branch.pull(source, overwrite)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/branch.py", line
90, in decorated
     return unbound(self, *args, **kwargs)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/branch.py", line
1102, in pull
     self.update_revisions(source)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/branch.py", line
1046, in update_revisions
     revision=stop_revision)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/fetch.py", line
66, in greedy_fetch
     f = Fetcher(to_branch, from_branch, revision, pb)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/fetch.py", line
111, in __init__
     revs = self._revids_to_fetch(last_revision)
   File
"/local/01/system/srv/bzr/public/mirrors/bzr.dev/bzrlib/fetch.py", line
131, in _revids_to_fetch
     raise InstallFailed([self.last_revision])
 InstallFailed: Could not install revisions:
 robey at master-shake.local-20060120182350-92e8f21d029f8634

John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060123/0089fd4b/attachment.pgp 


More information about the bazaar mailing list