Skip to content

SVN loader: Add efficient loader based on remote dumps

This diff adds a new loader class SvnLoaderFromRemoteDump enabling to load svn repositories in a more efficient way. The loader is based on the creation of dump files generated with the svnrdump tool. Using dump files allow to greatly speedup the loading process compared to a client/server based approach.

This is an updated version of !168 (closed) (automatically closed as I pushed it in a separate branch to keep track of the work done so far), discarding the incremental loading approach through the use of partial dumps (as numerous tests with real world repositories end up with errors).

Related #1161 (closed)


Migrated from D439 (view on Phabricator)

Merge request reports