Imagine you\'ve got a big SVN tree with branches all over the place. There is the trunk, there are branches, those branches have branches, etc. So, given two branches in the
While looking for an equivalent in svn for git merge-base, I hit this post. There's still no simple way around this?
Then here's one possible solution: Clone the repo using git-svn, run git-merge-base providing both braches. Voila!