I have deleted some textual files using
svn remove. Butsvn diffshows as removal of all content in the file. Applying a patch of that diff only modifies the content, does not remove the file.I renamed a directory which contains binary files using
svn rename. A patch file from a normalsvn diffdoes 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?