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?
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. -- : Derick ----------------------------------------------------------------
