Subject: Re: CVS question
To: Bill Studenmund <skippy@macro.stanford.edu>
From: enami tsugutomo <enami@but-b.or.jp>
List: current-users
Date: 09/30/1997 07:59:34
Bill Studenmund <skippy@macro.stanford.edu> writes:

> I did cvs rdiff -u -r 1.1.1 sys

I think you shouldn't use 1.1.1 (default verndor branch tag).  Most
easy way is to specify the most recent release tag (i9709xx in your
case) instead.  The file you have deleted doesn't have that tag, so
there is no deletion diff (diffs between nothing and nothing is
nothing).

> So I've got 1.2 as dead. How can I make a 1.1.1.2 as dead (would that
> work?)

At least you can checkin revison 1.1.1.3 with state `dead' by playing
with RCS file directly.  I don't know how to this in CVS manner.

enami.