Tag Archives: revision

bzr-svn and svn revisions

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 [...]