This is the clear error message I get when I try to apply a patch with TortoiseMerge is there a solution / alternative?
Asked
Active
Viewed 236 times
1 Answers
3
It seems that this question has already been asked here.
There are 3 possible root causes to this empty error:
- the patch file is empty (or is invalid so the patch data appears to be empty)
- the patch is not applied to the correct directory
- the patch file uses absolute paths instead of relative ones
Additionally, I suggest you to run the patch
command with the --verbose
option in command line to apply your patch, and check the output.

Laurent H.
- 6,316
- 1
- 18
- 40