I have a big problem and I hope someone could help me. We have a quite complex setup with many files. In our build process I am creating a folder structure with our files and this is the base for our setups. The structure and the setup-project-directory are zipped with every build to be able to patch the software later.
In my tests I was able to build a patch when one or two files changed. Now, after the release of a new version, we found an error that would be ideal for a hotfix. I unzipped the structure, exchanged the file and build a patch with the reference to the released web setup. The patch is the same size as a full setup now :/ ... How can I debug this? Is there a way to find out why so many changes are packed to the patch?
Any help is appreciated
