Page MenuHomeSoftware Heritage

svn: Fix propget operation when target is an URL
ClosedPublic

Authored by anlambert on Dec 9 2022, 10:58 AM.

Details

Summary

subvertpy 0.11 has a buggy implementation of propget bindings when
target is an URL (https://github.com/jelmer/subvertpy/issues/35),
so as a workaround we implement propget for URL using non buggy
proplist bindings.

Diff Detail

Repository
rDLDSVN Subversion (SVN) loader
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

Build is green

Patch application report for D8948 (id=32248)

Rebasing onto 91806d4471...

Current branch diff-target is up to date.
Changes applied before test
commit 24d70804b72b62c2531b68bc60db15a75bdb2bd5
Author: Antoine Lambert <anlambert@softwareheritage.org>
Date:   Thu Dec 8 21:18:28 2022 +0100

    svn: Fix propget operation when target is an URL
    
    subvertpy 0.11 has a buggy implementation of propget bindings when
    target is an URL (https://github.com/jelmer/subvertpy/issues/35),
    so as a workaround we implement propget for URL using non buggy
    proplist bindings.

See https://jenkins.softwareheritage.org/job/DLDSVN/job/tests-on-diff/368/ for more details.

This revision is now accepted and ready to land.Dec 12 2022, 11:49 AM