Ticket Change Details
Not logged in
Overview

Artifact ID: 3a37e1fa77b744c8f2875fa7bb4b528081d6193d
Ticket: 8478c555e134f514758bab20aab88e274656d094
Support of RCS keywords
User & Date: anonymous 2013-10-16 18:56:29
Changes

  1. Untracked field icomment:
    RCS keywords are dollar-sign delimited strings that a revision control system like CVS interprets and automatically expands if a file is committed. These keywords allow for example to insert into a file automatically the file name and revision number and date as well as a file history log.
    
    Some of the usefull RCS keywords:
    
    $Author: $ - The user responsible for a change.
    $Date: $ - Date and time of the change, in GMT.
    $Header: $ - A collection of information: full path to the RCS file, revision number, date/time of last change (GMT), author, state, and locker.
    $Id: $ - Like $Header: $, but without the path to the RCS file.
    $Log: $ - Inserts the cvs log message. This behaves differently than other tags in that it just inserts new information after the keyword. It doesn't replace the keyword or modify existing text.
    $RCSfile: $ - Name of the RCS file in the repository
    $Revision: $ - Revision number
    
  2. Untracked field login: "nobody"
  3. Untracked field mimetype: "text/x-fossil-plain"
  4. private_contact changed to: "c7f3b5a0831cb53da82e8d0adc0c229e226e82cc"
  5. severity changed to: "Minor"
  6. status changed to: "Open"
  7. title changed to: "Support of RCS keywords"
  8. type changed to: "Feature_Request"