info-cvs
[Top][All Lists]
Advanced

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

Re: [Fwd: Backrevving a file]


From: Noel Yap
Subject: Re: [Fwd: Backrevving a file]
Date: Tue, 11 Jun 2002 16:48:35 -0700 (PDT)

--- Mike Ayers <address@hidden> 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?

If you really want to rollback the change from 1.11:
1. cvs up -p -r 1.10 filename >filename
2. cvs ci -m "rolled back to 1.10 because of some
unknown reason" filename
3. start working as before

HTH,
Noel


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



reply via email to

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