info-cvs
[Top][All Lists]
Advanced

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

RE: How to callback very first version of a file into working directory


From: Dave Korn
Subject: RE: How to callback very first version of a file into working directory
Date: Fri, 4 Nov 2005 16:39:15 -0000

Edward WIJAYA wrote:
> Dear Sirs,
> 
> Suppose I have updated a file: code.pl   upto version 1.6
> And it is stored in my ~/myperl working directory
> 
> At times I decided I want to ignore all the changes
> I have made upto version 1.6, and want to start with my very first
> version all over again.
> 
> Is there a way to call back/recover/update (?) our code.pl
> into the very first version (1.1) in our working directory?


cvs up -j1.6 -j1.1 code.pl
cvs ci -m "Reverted to rev 1.1" code.pl


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....





reply via email to

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