help-rcs
[Top][All Lists]
Advanced

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

[ci] maintaining state


From: Aaron S. Hawley
Subject: [ci] maintaining state
Date: Thu, 2 Jan 2003 17:47:59 -0500 (EST)

hey, I'm using 5.7.

I think the marker/keyword State is over-rated, but I am interested in
implicitly maintaining the state for a file, unless otherwise noted.

for instance:

% rcs -V
RCS version 5.7
% echo 1 > f.c
% ci -sRel -m1 -t-1 f.c # initialize state as Rel
% co f.c
% echo 2 >> f.c
% ci f.c
% ci -m2 f.c
f.c,v  <--  f.c
new revision: 1.2; previous revision: 1.1
done
% rlog f.c

RCS file: f.c,v
Working file: f.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 2;     selected revisions: 2
description:
1
----------------------------
revision 1.2
date: 2003-01-02 17:41:47-05;  author: ashawley;  state: Exp;  lines: +1
-0
2
----------------------------
revision 1.1
date: 2003-01-02 17:37:10-05;  author: ashawley;  state: Rel;
1
=============================================================================

I'm aware of the -k option for check-in (ci) but it does it for
everything (revision, date, locker, ..).

thanks for you help,
aaron

-- 
__________________________________________
PINE 4.51 Mailer - www.washington.edu/pine



reply via email to

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