I\'m using TortoiseSVN to merge into branch-B the latest changes from trunk, including a folder rename.
Before that, I reintegrate
There is no really clean way to resolve structural tree conflicts like this in Subversion. Basically, what you need to do is the following:
trunk
into branch-B
working copyfile1
and file2
in branch-B
and apply them to the corresponding files in the newly merged Folder1-Renamed
directoryFolder1
directorySorry, it does not get easier than that with svn. I am a big fan of using Subversion for certain kinds of team setups, but the nightmare of tree conflicts (and their arcane and error prone resolution mechanisms) regularly make we want to cry (and switch to git for good).