When are keywords substituted?

2002-10-29 Thread Nick Patavalis
Reading from the CVS (info) manual [keyword substitution / using
keywords]:

  To include a keyword string you simply include the relevant text
  string, such as `$Id$', inside the file, and commit the file.  CVS
  will automatically expand the string *as part of the commit
  operation*.

Is this true? I thought that expansion occured as a part of the
*export* (cvs checkout, cvs diff, cvs export, etc) operations.

/npat

-- 
Beware of bugs in the above code; I have only proved it correct, not
tried it.
  -- Donald E. Knuth


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



Re: When are keywords substituted?

2002-10-29 Thread Larry Jones
Nick Patavalis writes:
> 
> Is this true? I thought that expansion occured as a part of the
> *export* (cvs checkout, cvs diff, cvs export, etc) operations.

Both are correct.  The actual process of expanding keywords happens
during checkout, but committing a file containing keywords triggers an
automatic re-checkout of the file and thus updates the keywords.

-Larry Jones

I don't want to be THIS good! -- Calvin


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