info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Removing Changes


From: Larry Jones
Subject: Re: Removing Changes
Date: Mon, 25 Aug 2003 12:40:03 -0400 (EDT)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]