Subject: Examples of using all the SCCS keywords with CMVC This note consists of 2 sections: 1) A snapshot of a real file stored in CMVC that shows all the SCCS keywords handled by CMVC and which are documented in Chapter 9 of the CMVC User's Reference manual. 2) A snapshot of the same real file which was extracted and all the keywords were expanded. Note: The first column introduces on purpose spaces between the letter and the percent signs in order to avoid their expansion! *** Section 1: No keyword expansion *** Keyword Description Example of Expansion % W % path name, component, CMVC release: %W% % A % shorthand for what commands: %A% combination of Z,Y,M,I,Z below: % Z % The 4-character string @(#) for what: %Z% % Y % SCCS module type flag: %Y% % M % SCCS module name: %M% % I % Complete version number (SID): %I% % Z % The 4-character string @(#) for what: %Z% % I % Complete version number (SID): %I% combination of R,L,B,S below: % R % SCCS Release (not the CMVC one): %R% % L % SCCS Level (not the CMVC one): %L% % B % SCCS Branch: %B% % S % SCCS Sequence: %S% % D % date of the extraction (YY/MM/DD): %D% % H % date of the extraction (MM/DD/YY): %H% % T % time of the extraction (HH:MM:SS): %T% % E % date of the newest delta (YY/MM/DD): %E% % G % date of the newest delta (MM/DD/YY): %G% % U % time of the newest delta (HH:MM:SS): %U% % F % the SCCS file name: %F% % P % the full path name of SCCS file: %P% % C % the current line number: %C% *** Section 2: Keyword expansion *** Keyword Description Example of Expansion % W % path name, component, CMVC release: sccs.keywords, test-play, test-play % A % shorthand for what commands: @(#) 30 1.3@(#) combination of Z,Y,M,I,Z below: % Z % The 4-character string @(#) for what: @(#) % Y % SCCS module type flag: % M % SCCS module name: 30 % I % Complete version number (SID): 1.3 % Z % The 4-character string @(#) for what: @(#) % I % Complete version number (SID): 1.3 combination of R,L,B,S below: % R % SCCS Release (not the CMVC one): 1 % L % SCCS Level (not the CMVC one): 3 % B % SCCS Branch: 0 % S % SCCS Sequence: 0 % D % date of the extraction (YY/MM/DD): 96/02/09 % H % date of the extraction (MM/DD/YY): 2/9/96 % T % time of the extraction (HH:MM:SS): 15:33:15 % E % date of the newest delta (YY/MM/DD): 96/02/09 % G % date of the newest delta (MM/DD/YY): 2/9/96 % U % time of the newest delta (HH:MM:SS): 15:32:56 % F % the SCCS file name: /home/cmvctest/vc/0/0/0/3/s.30 % P % the full path name of SCCS file: /home/cmvctest/vc/0/0/0/3/s.30 % C % the current line number: 36 end