HomeSoftware Heritage

svn: Prefer to svn cleanup path instead of removing it before checkout

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

Description

svn: Prefer to svn cleanup path instead of removing it before checkout

In production, we have errors reporting that path is already locked or that
the working copy cannot be locked when attempting to perform a checkout
operation.

For some reasons, it seems that attempting to remove the checkout path before
that operation is not sufficient for some cases.

So prefer to svn cleanup the working copy to ensure remaining locks will be
removed, checkout operation can then be safely retried.

Details

Provenance
anlambertAuthored on Apr 12 2022, 4:05 PM
anlambertPushed on Apr 13 2022, 12:27 PM
Differential Revision
D7557: svn: Prefer to svn cleanup path instead of removing it before checkout
Build Status
Buildable 28421
Build 44433: test-and-buildJenkins console · Jenkins

Commit No Longer Exists

This commit no longer exists in the repository.