bzr equivalent of CVS's cvs update -r VERSION
Gizbo
anon24u at gmail.com
Sun Feb 15 20:33:09 GMT 2009
> If by reverting, you mean reverting the working tree, then just use bzr
> revert -r. If by reverting, you mean reverting revisions, then there are
> several options: if the changes are only local, uncommit may be the
> best, otherwise you may have to use merge, etc... I am not sure, but I
> think uncommit is now part of bzr (it used to be in bzrtools). Note that
> using uncommit after having pushed the revisions to be uncommitted
> somewhere public should be avoided as much as possible (merge-based
> solutions are better in this case).
>
> cheers,
>
> David
>
>
I just mean checkout out a previous version in the same working
directory. This shouldn't affect the repository at all.
Looks like this has been an outstanding issue for a while though...
Thanks
More information about the bazaar
mailing list