======================================================= CONTRIBUTOR: Larry Podmolik Andersen Consulting 33 W. Monroe St. Chicago, IL 60603 Voice: (312) 507-9778 email: mrslate!jlp@andersen.com ======================================================= ********************************************************** ************** THIS IS UNSUPPORTED SOFTWARE ************** ********************************************************** ********************************************************** * Atria makes no representation that the descriptions * * and software code contained in this document will * * not infringe on existing or future patent rights, * * copyrights, trademarks, trade secrets or other * * proprietary rights of third parties. The * * descriptions contained herein do not imply the * * granting of licenses to make, use, sell, license or * * otherwise transfer Atria products described herein. * * Atria disclaims responsibility for errors which may * * appear in this document, and it reserves the right, * * in its sole discretion and without notice, to make * * substitutions and modifications in the products and * * practices described in this document. * ********************************************************** -------------------------------------------- T0008: SCCS KEYWORD SUBSTITUTION -------------------------------------------- OVERVIEW -------- This pair of trigger scripts do SCCS variable substitution. I wanted these to work as much like SCCS as possible, i.e. I want to see the version/date info in all the checkin-in versions, and have the user see the "%Z%" variables when he has it checked out, mirroring SCCS behavior. These assume a fixed format for the SCCS variables, but that's easy to change. SCRIPTS ------- sccs_vars_preop_ci_trigger.sh pre-operation trigger script sccs_vars_postop_co_trigger.sh post-operation trigger script Installation: To install these triggers do the follwoing: setview cd to the desired vob-mount-point Type: sccs_vars_preop_ci_trigger.sh -install The script will ask for the location of these scripts. Example: /vobs/src/sccs_vars_preop_ci_trigger.sh After the path-name indicating the location of these scripts is specified ; trigger type "SCCS_KEY_CI" gets installed sccs_vars_postop_co_trigger.sh -install The script will ask for the location of these scripts. Example: /vobs/src/sccs_vars_postop_co_trigger.sh After the path-name indicating the location of these scripts is specified ; trigger type "SCCS_KEY_CO" gets installed. Appropriate triggers fire upon checkout/checkin operations.