Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!mcsun!hp4nl!star.cs.vu.nl!mgemmel From: mgemmel@cs.vu.nl (Martin Gemmel) Newsgroups: comp.unix.programmer Subject: Re: Does SCCS allow you to "un-delta" a version??? Keywords: sccs fix Message-ID: <10094@star.cs.vu.nl> Date: 27 May 91 13:03:15 GMT References: <2285@twg.bc.ca> Sender: news@cs.vu.nl Organization: Math & Computer Science, VU, Amsterdam Lines: 21 In article bill@twg.bc.ca (Bill Irwin) wrote: > Is it possible to Get the most current >version back, make some changes, then delta the same version >number again? Try sccs fix If your last checked-in version of prog.c was 2.4 then do 'sccs fix -r2.4 prog.c'. The delta of 2.4 will be removed from the history file and the new delta will be 2.4. Personally I think there are two drawbacks: you _must_ supply the -r option, and you can't fix the first version you checked in. Now while we're at it, does anybody think SCCS is better than RCS or vice versa? Which system is newer/better? Is there a version of make that supports RCS? If not, why? RCS stands for Revision Control System by Walter F. Tichy. -- Martin