SVN branch compare
branch, branching-and-merging, diff, svn
Solution
You could start with:
svn diff http://REPOS/trunk http://REPOS/branches/B
(Where `http://REPOS` is your repository path including the parents of `trunk` and `branches`.)
This will print a large quantity of text, including all the textual changes but not the binary changes except to say where and when they occurred.
Problem
How do I compare one branch with another? I want to compare a branch with the latest revision in trunk.