info-cvs
[Top][All Lists]
Advanced

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

Re: Reverting a concrete revision


From: Fabian Cenedese
Subject: Re: Reverting a concrete revision
Date: Wed, 01 Sep 2004 14:59:05 +0200

>A file with 1.1, 1.2, 1.3, 1.4 and 1.5 revisions.
>
>Generate 1.6 tah contains code from 1.1, 1.2, 1.4 and 1.5, I mean to NOT 
>include changes made in 1.3 revision
>
>Checking out last revision (1.5) and doing "cvs update -j 1.3 -j 1.5" that 
>does nothing...

Use the same command but change the order of the revisions.

"Take in changes made from 1.3 to 1.4"
cvs up -j1.3 -j1.4 file.c

"Take out changes made from 1.3 to 1.4"
cvs up -j1.4 -j1.3 file.c

bye  Fabi






reply via email to

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