I am trying to apply patch but I get a blank error message (there is no text in it or anything). I have latest version of TortoiseSVN.
A patch is a file that show the differences between two revisions or between your local repository and the last revision your repository is pointing. In order to apply the patch successfully, you must run the command from the same path where the patch was created.
I had the same issue, if you have created the patch from the revision, using "Show changes as unified diff", check the paths in your patch file, this one is correct:
Folder/FileName.cs
But this one (with absolute path) will cause issues:
c:/Folder/FileName.cs
Just convert absolute to relative paths.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With