I’ve been using an SVN server (tortoiseSVN) at work (assume we cannot switch it to git or similar), and we recently implemented the use of feature branches into our development. This seemed to work well, but we are having trouble with the logging:
From the trunk, we would like to see the “merged revisions” for each merge done from a branch. When I select this, I see a garbled mess that is multiple tiers in depth. I believe the issue may be when we sync branches with the trunk (using a merge a range of revisions). This causes the log messages for anything done on the trunk to be pulled into the branch, and then when the branch is committed back to the trunk, they show up as a deeper tier of edit made in the TortoiseSVN logs.
Is there anyway to not bring in these messages when syncing up the branch to the trunk?