Adding Revision Description Into Source Files
We are in the process of migrating source code control from Serena ChangeMan Version Manager / PVCS to MKS Integrity. With these old
cm tools we had the ability to specify a token in a C comment field at the end of the file that when a change was committed the cm tool would add
the change revision comments/history into the C source file ass shown below. The key token $Log: $ is updated with the revision history when checking in.
Is this possible with Integrity tool ?
/*****************************************************************************
* HISTORY: *
* *
* $Log: E:/VM/DEVEL2/archives/Vision/Projects/BENDIX_FLC/Code/BENDIX_FLC2/Application/exetimer.c-arc $
Rev 1.2 Oct 01 2012 17:15:36 jon.kuhn@xxxjon.kuhn@xxx.com.com
QAC Fixes
Rev 1.1 Oct 01 2012 10:01:46 jon.kuhn@xxx.com
Added ability to generate histograms of execution times.
* *
****************************************************************************

