HomeSoftware Heritage

loader: Fix error when first revision number is not one

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

loader: Fix error when first revision number is not one

It exist cases where the first revision number returned by a subversion
server has a value greater than one.

The loader did not expect such cases in its current implementation and
was raising an error preventing the loading of such repository in the
archive (apart when using the SvnLoaderFromRemoteDump class which
always dumps revisions starting from number one).

So ensure to cover that case in loader implementation.

Related to T3701

Details

Provenance
anlambertAuthored on Nov 3 2021, 5:59 PM
ardumontCommitted on Nov 8 2021, 2:59 PM
ardumontPushed on Nov 8 2021, 4:06 PM
Differential Revision
D6602: loader: Fix error when first revision number is not one
Tasks
T3701: loading some svn origins while ignoring history sometimes raises
Build Status
Buildable 24915
Build 38929: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.