I have an SVN branch on which there are files with patched changes. Now we have decided that some of these changes are not required.
How to effectively undo all the changes that I made to these files in a branch, and return the branch back to using the reinstallation of the chest of these specific files?
Edit: I had to add that some of the files were new in the branch, but were subsequently added to the trunk with a completely different branch, and now I want to use them. I sorted them by SVN. After removing them from the branch, then using SVN Copy copy the versions from the trunk that seem to work.
source
share