On Fri, 2009-08-14 at 18:44 -0500, Eduardo Cavazos wrote:
Hello,

This web page has a nice listing of recent revisions in the Ikarus development tree:

     http://bazaar.launchpad.net/~aghuloum/ikarus/ikarus.dev/changes

If I go to my local Ikarus repository:

     cd /src/ikarus.dev

What 'bzr' command can I issue here to get the tree back to one of those listed revisions?

Derick Eddington wrote:

bzr revert -r REVISION

You may also find

bzr export -r REVISION DESTINATION

useful for working with temporary copies of a tree.

See 'bzr help', 'bzr help COMMAND', and/or 'man bzr' for the details.

Thanks Derick!

At some point when I do 'bzr update' to pull in the latest and greatest, do I have to do anything to tell it to switch to the latest revision? Or will it happen with the update? I'm guessing there's a way to say "switch to HEAD" or whatever it is in bzr land.

Ed

Reply via email to