bzr equivalent of CVS's cvs update -r VERSION
Matthew D. Fuller
fullermd at over-yonder.net
Sun Feb 15 11:55:35 GMT 2009
On Sun, Feb 15, 2009 at 06:47:37AM -0500 I heard the voice of
Gizbo, and lo! it spake thus:
>
> After googling a bit it seems this feature may not be implemented.
<https://bugs.launchpad.net/bzr/+bug/45719>, >2.5 years old.
> I would really want to be able to revert to a previous tagged
> release in my working directory.
You can get a similar effect using "bzr revert -r<whatever>". Note
though that this only changes the _files_, not the working tree state.
A diff or stat will show all [the affected files] as having
uncommitted changes. e.g., you won't have "a checkout with revision
XYZ", you'll have "a checkout with the HEAD revision, but with the
files in the condition as of XYZ". This may be near enough what you
need, though.
--
Matthew Fuller (MF4839) | fullermd at over-yonder.net
Systems/Network Administrator | http://www.over-yonder.net/~fullermd/
On the Internet, nobody can hear you scream.
More information about the bazaar
mailing list