On Thu, Jun 09, 2005 at 03:20:57PM -0600, Li-Ta Lo wrote:
On Thu, 2005-06-09 at 15:04 -0600, Li-Ta Lo wrote:
I have messed up the TLA tree many times by trying to commit only the emulator changes. I guess patch-36 to patch-38 are mistakes. I hope I didn't mess the tree too much.
BTW, how exactly should I roll back a patch level ? Is the "tla replay --revers" plus "tla sync-tree" the right way to do? Does it undo "tla add"?
What is the equivalent of "cvs diff -rX.Y -rX.Z"?
Have you seen:
http://wiki.gnuarch.org/Learning_20Arch_20commands_20for_20CVS_20users
?
It suggests:
cvs diff -r 1.2 -r 1.5 == tla delta --diffs patch-2 patch-5
For the backing out a changeset I found:
http://wiki.gnuarch.org/Arch_20Recipes#head-13d35cf3d0899c602e4e054cd7e962e6...
J.