On Jul 12, 2011, at 12:34 PM, Daniel Shahaf <d...@daniel.shahaf.name> wrote: > Why can't you --- as Paul already said --- just enforce a policy "Don't > do subtree merges"? > >> If newmerge is successful and we want people to >> move to it, we can force the conversion by asking "svn" to read the >> old merginfo and write some information into the new format. > > And rewriting of the mergeinfo throughout the repository's history?
I implemented this as a pre-commit hook script, then manually cleaned up the mergeinfo. That solved it for my users. -Geoff