TortoiseSVN Apply Patch error

Viewed 7741

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.

6 Answers

I had the same issue.

Problem was:

  • I checked out: some/crazy/path
  • The patch was for: this/is/some/crazy/path

Somehow Tortoise could not apply the patch, so I checked it out on a higher level and it worked.

Patch can not be applied if version on which patch is created and the version on which patch is applied is different.

Related