Functions for Integrating VCS Reports

InsertVCSDifference Function

InsertVCSHistory Function

InsertVCSDifference Function

The InsertVCSDifference includes in GD a report on the difference between the referential and the assigned version of the file. This report is generated by VCS.

Declaration:

InsertVCSDifference( string FilePath, string VersionLabel )

Parameters:

FilePath - DA-C path of the file assigned,

VersionLabel - label of the file version compared to the referential version.

Example:

#{ InsertVCSDifference( "MathFun\Interpolations.c", "Version 3.21a" ) }#

InsertVCSHistory Function

The InsertVCSHistory function includes in GD a report on the history of the file assigned. This report is generated by VCS.

Declaration:

InsertVCSHistory( string FilePath )

Parameters:

FilePath - DA-C path of the file assigned.

Example:

#{ InsertVCSHistory( "MathFun\Interpolations.c" ) }#