HistoryReport
Return to Introduction  Previous page  Next page
Generates a History report for the specified files. Reports are output in html to the named file.

Syntax

tc HistoryReport <TC Files> -AO<filename> [-ADF] [-ADT] [-I] [-R] [-VF] [-VT] [-VI]  

Examples

Generate the history report for all files in the current folder, including the Name and Comments, and Timestamp columns:

tc HistoryReport * -AO"c:\report.htm" -I7  

Generate a history report for all .pas files, including in all subfolders, and including revisions between version "1.2.3" and "1.3.4":

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

The following table describes the command-line options available with this command.

Option
Description
-ADF
Include all revisions later than the passed date.
-ADT
Include all revisions prior to and including the passed date.
-I
Columns to include in the report.
-R
Recurse through subfolders.
-VF
Include all revisions after the one this label is attached to.
-VT
Include revisions up until the one this label is attached to.
-VI
If passed, does not display the 'from' revision.
-Y
Specify a Username and/or Password
-?, -H
Request online help for a command


Remarks

Dates and Version Labels should be enclosed in quotes if there are any spaces. Dates are converted using the system format of the client machine.


 


© 1995-2018 MCN Software