>> (Whoops, accidentally commited a change to Component. Did that revert
>> correctly?)

Mark> No. You committed the attached.

I thought I'd mention a nice cvs trick for reverting a patch.  (I've
had to do this more times than I care to admit...)

If you accidentally check in a commit to some file where the new
revision is (e.g.) 1.30, you can most easily revert it by:

cvs update -j1.30 -j1.29 file
cvs commit -m'reverted accidental commit' file

Then you can restore your local change in you working tree with:

cvs update -j1.29 -j1.30 file

Tom


_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to