Hi I'm looking into moving from svn 1.4.x to svn 1.6.x and migrate from svnmerge.py merge tracking to core svn merge tracking.
I'm now investigating how to merge feature branches. I'd like to merge a branch to the trunk and continue work in the branch. I've found two alternatives 1. merge --reintegrate to trunk, delete branch and recreate the branch. This does though have the disadvantage of that log --stop-on-copy will stop at the latest creation of the branch.. 2. merge --reintegrate to trunk, block the trunk changeset by --record-only Now I have some questions: Could something like a block-option when committing be useful? Something like: 1. Merge --reintegrate to trunk 2. svn ci -m"merged branch a to trunk" --block ^/branches/a Can you do --record-only merges remotely? Since it's not changing any other code then merge properties it would be a nice feature. Cheers / Erik