info-cvs
[Top][All Lists]
Advanced

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

Re: [Fwd: Backrevving a file]


From: Eric Siegerman
Subject: Re: [Fwd: Backrevving a file]
Date: Tue, 11 Jun 2002 19:43:05 -0400
User-agent: Mutt/1.2.5i

On Tue, Jun 11, 2002 at 03:53:32PM -0700, Mike Ayers wrote:
>       I have a file which is, say, rev 1.11.  I would like to load the rev 
> 1.10 
> version of the file and start working from  there.  Anyone know how to do 
> this?

cvs update -C file.c            # Discard any uncommitted changes
cvs update -j1.11 -j1.10 file.c # This gets 1.10 into your sandbox
cvs commit file.c               # Done

Note the odd-looking, but correct, order of the -j's.

--

|  | /\
|-_|/  >   Eric Siegerman, Toronto, Ont.        address@hidden
|  |  /
Anyone who swims with the current will reach the big music steamship;
whoever swims against the current will perhaps reach the source.
        - Paul Schneider-Esleben



reply via email to

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