info-cvs
[Top][All Lists]
Advanced

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

Re: Reverting a concrete revision


From: rolo2002
Subject: Re: Reverting a concrete revision
Date: Wed, 01 Sep 2004 16:15:51 +0200

Hi Fabian & all,

It does not work. It does do nothing!.

My idea is generate a new revision but deleting changes made in a very old 
revision...

Thanks

Rolo



>
> >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
>
>
>
>
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/info-cvs
>





reply via email to

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