-I Command-line Option
Return to Introduction  Previous page  Next page
Use the -I option with the HistoryReport command to specify which revision columns to include in the report.

Valid values are a combination of the following constants:

hrRevisionName = 1;
hrComments = 2;
hrTimestamp = 4;
hrAuthor = 8;
hrLockedBy = 16;
hrVersionLabels = 32;
hrPromotionLevels = 64;

For example, to include the Revision Name, Comments, Timestamp and Version Labels, use the following value:  

tc HistoryReport *.pas -R -AO"c:\report.htm" -I39 -VF"1.2.3" -VT"1.3.4"  


 


© 1995-2018 MCN Software