I was updating an svn branch today using bzr, thanks to bzr-svn, and I wanted to know what svn revision I was at.
You can easily see the bzr revision by running
johnf@zoot:~/trunk$ bzr revno 34
But it gives no indication of where you are in SVN land. After a bit of rummaging around I discovered the following
johnf@zoot:~/trunk$ bzr version-info revision-id: svn-v3-trunk0:90e61fa5-4541-0410-a685-e5b9dba3c764:trunk:74 date: 2008-05-29 19:24:44 +0000 build-date: 2008-06-14 19:10:59 +1000 revno: 34 branch-nick: trunk
The revision-id field seems to be the key and seems to indicate I’m using SVN revision 74. Checking the branch via the web confirmed that.