I have the following script:
I made a branch branch in edition 100. I made some changes, and now the repository is up to version 110. Now I want the old version of some files (from r90) to be launched in my branch. I can decide to change these files, and in this case I want to commit the changes to my branch.
How to do it? If I just upgrade the files in my branch to version 90, svn deletes them because my branch did not exist at this point. Can I somehow merge the old revision of the trunk into the current branch?
source share