On Tue, Feb 02, 2016 at 07:48:53PM -0600, Greg Stein wrote: > On Tue, Feb 2, 2016 at 7:45 PM, Eric S. Raymond <[email protected]> wrote: > > Because of the difference between Subversion and DVCS branching models, > > this kind of situation is better handled by using svncutter to extract > > the components into separate dumpfiles (and then perocessing each one > > through reposugeon separately) than it would be by reading in the whole > > repo at once and doing the dissection in gitspace. > > > > Gotcha. How is that different from "svndumpfilter include" ?
I would guess it handles missing copyfrom sources more intelligently than "svndumpfilter include", which simply errors out when it hits that case (svndumpfilter: E200003: Invalid copy source path '/foo').

