Most of my experience is with Perforce and my last svn experiences were ages ago, so I'm not yet that comfortable with (Tortoise) svn (again).
I want to move changes over from a working copy to a freshly checked out working copy in another related branch.
To be preceise, consider:
trunk_revx
| \
| Branch_A
trunk_revy \
|\ WC_A (containing my changes)
| \
| Branch_B
| \
| WC_B (fresh, where I want to merge my changes to)
Which would be the correct command to get me a three-way-merge between WC_A, trunk_revx and WC_B without committing anything? Merge (call in which WC folder?) or Switch (again, call where?)?
All the terms are different, So I'm a little lost ;)