I'm out of the office working on a large codebase and the time has come to change branches.
I cannot checkout the whole project from scratch because my connection is flaky,
the vpn client is even flakier, and together they cannot handle the larger commits.
Since the branches are very similar, I should be able to ask subversion to transform
this branch into that branch by pulling down only the differences.
How do I do that?