/ConfigurationRepositoryReport <file name> [-NBegin <version number>] [-NEnd <version number>] [-GroupByObject] [-GroupByComment]

Generates a repository history report. If grouping options are not specified and compatibility mode is set to Not used, the generated report is grouped by versions. In Version 8.1 and Version 8.2.13 compatibility modes, the generated report is grouped by objects. If the database configuration compatibility mode property does not match the compatibility mode property of the configuration being edited, the compatibility mode of the database configuration is taken into account when processing the command line.

<file name>. Output file name for a report.
NBegin. Number of the saved version used as the first version for report generation.
NEnd. Number of the saved version used as the last version for report generation.
GroupByObject. Generate report by versions with grouping by object.
GroupByComment. Generate report by versions with grouping by comment.

Examples:

For a configuration that is not bound to the current repository:

DESIGNER /F"D:\V8\Cfgs83\IB83" /ConfigurationRepositoryF "D:\V8\Cfgs83" /ConfigurationRepositoryN "Administrator" /ConfigurationRepositoryReport "D:\ByObject.mxl" -NBegin 1 -NEnd 2 –GroupByObject

For a configuration that is bound to the repository, the report data is retrieved from the current repository:

DESIGNER /F"D:\V8\Cfgs83\IB83" /ConfigurationRepositoryReport "D:\ByComment.mxl" -NBegin 1 -NEnd 2 -GroupByComment

1C:Enterprise Developer's Community