HomeSoftware Heritage

svn.loader: Add efficient loader based on remote dumps

Description

svn.loader: Add efficient loader based on remote dumps

This commits 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.

Closes T1161

Details

Provenance
anlambertAuthored on Sep 7 2018, 1:55 PM
anlambertPushed on Sep 25 2018, 2:11 PM
Parents
rDLDSVN7d32cb915fac: svn.loader: Log exception when error
Branches
Unknown
Tags
Unknown
Tasks
T1161: SVN loader: Create local dump of remote repository to speed up loading task