Casey T. Zednick writes:
> 
> date: 2002/02/12 18:58:07;  author: jlynde;  state: Exp;  lines: +0 -0
> 
> What does state mean? How do you tell whether lines have been changed?

"state" is an RCS thing -- you can set the state to anything you want on
a checkin, and you can ask for the most recent revision with a
particular state on checkout.  It's not particularly useful with CVS. 
"lines" tells how many lines were added (the + number) and delted (the -
number) at that revision (a change to a line is implemented as deleting
the old line and adding a new line).

-Larry Jones

Philistines. -- Calvin

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to