TortoiseSVN Apply Patch error
patch, svn, tortoisesvn, version-control
Solution
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.
Problem
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.