revno doesn't match version-info

Asked by Dimitri John Ledkov

$ bzr co --light -r100 trunk/ bla/

$ bzr revno bla
1567

$ bzr version-info bla
revision-id: svn-v4:4407c894-4637-0410-b4f5-ada5f102cad1:trunk:127
date: 2007-10-16 09:14:04 +0000
svn-revno: 127
svn-uuid: 4407c894-4637-0410-b4f5-ada5f102cad1
build-date: 2010-04-25 23:00:02 +0100
revno: 100
branch-nick: trunk

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Dimitri John Ledkov
Solved:
Last query:
Last reply:

This question was originally filed as bug #569935.

Revision history for this message
Matthew Fuller (fullermd) said :
#1

`bzr revno` tells you the revno of the _branch_, not the working tree. You want `bzr revno --tree` to match there.

Revision history for this message
Dimitri John Ledkov (xnox) said :
#2

Thanks fulermd, that solved my problem.