1. I have deleted some textual files using svn remove. But svn diff shows as removal of all content in the file. Applying a patch of that diff only modifies the content, does not remove the file.

  2. I renamed a directory which contains binary files using svn rename. A patch file from a normal svn diff does nothing.

How to make svn diff produce file that patch would apply, when svn cp or svn mv was used?

subversion diff including new files

Both the methods in above links does only modifications to the files. They do not get removed/renamed after applying a patch. Is it possible to get a working patch for the above changes?

link|improve this question
Did you check-in the content on which you applied the patch? – JVerstry Sep 1 '11 at 12:55
@JVerstry I don't quite understand your question. I did checkout a different copy of the svn repo and tried applying the patches to it, to test whether it works. – Nufail Sep 1 '11 at 15:41
When you apply the patch, the information is only registered in hidden .svn files. However, a file will only be deleted AFTER you check-in the different copy of this svn repo. – JVerstry Sep 2 '11 at 0:44
@JVerstry I used 'svn status' to check and compare after applying the patches. All the changes should be visible through it right? – Nufail Sep 2 '11 at 5:04
I am struggling with the same problem. Quite frustrating. – muhuk Mar 5 at 5:52
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.