info-cvs
[Top][All Lists]
Advanced

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

Re: revision control


From: Garth Winter Webb
Subject: Re: revision control
Date: Tue, 26 Sep 2000 12:00:09 -0700 (PDT)

On Sat, 23 Sep 2000, Bill Shields wrote:
>
>       Question:  What is the best way to revert all the files back to the 
> previous individual versions that were good?

$ cvs update -j <cur_vers> -j <prev_vers> <file>
$ cvs commit <file>

This only works if the latest version is the one you want to get rid
of.  If there have been changes made since the bad versions were commited,
then you'll have a litte more work to do...
        You'll have to do this for each file, or write a script to do it
for you.

Garth





reply via email to

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