I am working on a Crystal Reports report in the branch of a project.
The parameters have not changed, ondly the internal report definition.
I would like to push just the new report file to IAM at the customers site for testing. I have put this report in a separate module to be able to generate a deployment package for just this report and its dependencies.
The deployment package is created for the branch project, but at the customer site I only have the trunk available. I am not sure either whether the altered report file is included. There is a line of some 6 million hexadecimal characters under ‘exect sync_report’, that could include the report file (it's less than half a megabyte in size).
I know I could ask the testers to drop the altered version of the rpt-file in their cache folder, but that can only go wrong in the long (if not short) run.
What is the easiest way to offer testers at the clients site an updated version of the report, that does not involve merging the branch and synchronising the whole project?
The platform version is 2020.2, on Windows.