I do not immediately see the solution, but it would be easy for the script to do something. What I give you is not checked for errors.
First you must make a list of directories that you would like to exclude. ~ / .Svn-merge-excludes is called
Then you must write another script to return these directories to the branch after you merge the envelope into them.
#/usr/bin/bash
That should work. The big advantage here is the β-Rβ option in the return, acting recursively to the directory. Therefore, your workflow will look something like this.
# cd path/to/branch
Then you will handle the conflicts and then commit. If you use windows, then the batch file will work, you can simply type the repeat commands sequentially.
source share