Mischke, MaryBeth writes:
>
> I've seen information about how to revert back to a previous revision of a
> file in the documentation, but how is the best way to pull a change out that
> is in the middle of other revisions you want to keep? For example the
> current file revision is 1.4, unwanted change is 1.2, but I do want the
> changes in 1.3. Is there any fancy update command that will work that out
> for me?
The one shown in the manual:
<http://www.cvshome.org/docs/manual/cvs-1.11.6/cvs_5.html#SEC62>
cvs up -j1.2 -j1.1 file
(Note that revision numbers identify results, not changes; changes are
what happen *between* revision numbers. From the above, I'm guessing
that it's the changes from 1.1 to 1.2 that you want to undo; if not,
you'll have to revise the above command appropriately.)
-Larry Jones
The game's called on account of sudden death. -- Calvin
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs