dsuni / svndumpsanitizer

A program aspiring to be a more advanced version of svndumpfilter
https://miria.homelinuxserver.org/svndumpsanitizer/
GNU General Public License v3.0
48 stars 15 forks source link

svn:mergeinfo #12

Closed gillg closed 8 years ago

gillg commented 8 years ago

If you reset your revisions number (with --drop-empty), the properties svn:mergeinfo are not reindexed. It's a big problem, because if you try to merge a futur revision, which was already merged, the command svn merge do noting !

dsuni commented 8 years ago

Is this in the 1.X-series or the new 2.X-series (branch v2)? The 1.X version basically ignores the svn:mergeinfo, but the 2.X at least tries to deal with it. (I say tries because the mergeinfo is a really ugly feature that seems tacked on afterwards.)

2.X is currently at RC3 and I expect to push 1.X into its own no-longer-maintained-branch, and merge 2.X into master before Christmas.