For instance, suppose I have a branch that I want to update with the new stuff in trunk. I’ve always just merged trunk into the new branch, but I came across a somewhat different process that Divmod uses. Does divmod have some kind of special requirement to do branching like this, or have I been doing it wrong all along?
Share
The way you’re currently doing it is the way the Subversion Book suggests.
It appears that Divmod does things this way because of the pre-1.5 merge syntax:
(Source)
This is no longer true.