I am using with success the Folder-report in a simple but usufull script. But I am still failling to use the File-report.
Even by using before the commands:
select all
expand all
compare
there is no action done by the File-report to show me what are the diff inside the file I choose.
My script is as followed:
log verbose
load %1 %2
folder-report layout:side-by-side output-to:RapportFolder.html output-options:html-color
select all
compare
<font color="red"> file-report layout:side-by-side layout-options:display-all output-to:RapportFile.html</font>
when %1 and %2 are two different directories to be loaded to the diff reports desired.
The result for the folder-report is OK
but for the File-report is almost empty.
Even by using before the commands:
select all
expand all
compare
there is no action done by the File-report to show me what are the diff inside the file I choose.
My script is as followed:
log verbose
load %1 %2
folder-report layout:side-by-side output-to:RapportFolder.html output-options:html-color
select all
compare
<font color="red"> file-report layout:side-by-side layout-options:display-all output-to:RapportFile.html</font>
when %1 and %2 are two different directories to be loaded to the diff reports desired.
The result for the folder-report is OK
but for the File-report is almost empty.
Comment