Comment 2 for bug 506777

Revision history for this message
Martin Pool (mbp) wrote :

beuno seems to be hitting this too:

beuno@beuno-laptop:~$ bzr check lp:~ubuntuone-hackers/convoy/trunk
Checking branch at 'bzr+ssh://bazaar.launchpad.net/~ubuntuone-hackers/convoy/trunk/'.
No working tree found at specified location.
Checking repository at 'bzr+ssh://bazaar.launchpad.net/~ubuntuone-hackers/convoy/trunk/'.
checked repository bzr+ssh://bazaar.launchpad.net/~ubuntuone-hackers/convoy/trunk/ format RepositoryFormat2a()
    22 revisions
    14 file-ids
checked branch bzr+ssh://bazaar.launchpad.net/~ubuntuone-hackers/convoy/trunk/ format Remote: Branch format 7
beuno@beuno-laptop:~$ bzr branch -r 10 lp:~ubuntuone-hackers/convoy/trunk
bzr: ERROR: Requested revision: '10' does not exist in branch: bzr+ssh://bazaar.launchpad.net/~ubuntuone-hackers/convoy/trunk/
beuno@beuno-laptop:~$

the branch.last_revision_info is plausible.

log works correctly on the branch and shows there is a 10th revision, but it isn't found by log or branch.

21:51 <sidnei> i think the key is 'It stacked on trunk, but has no extra revisions.' maybe?

fetching r10 from a local copy of this branch works.