Skip to content

replay: Fix detection of external paths to remove

When trying to detect if some external paths previously set in a revision need to be removed when the content of a svn:externals property is modified, the external URL and the target revision must also be taken into account.

Previously, only the external path was considered but the external URL or the revision might have changed. In that case, the external path must also be removed before trying to export it again, otherwise the loader will consider it already exported and skip the operation.

Related to #3870 (closed)

Should fix latest staging events in SWH-LOADER-SVN-2Y.

Depends on !106 (closed)


Migrated from D7019 (view on Phabricator)

Merge request reports