• 
      

    Fix public SVN repository support with Subvertpy

    Review Request #10087 — Created July 16, 2018 and submitted — Latest diff uploaded

    Information

    Review Board
    release-3.0.x
    e0361de...

    Reviewers

    When using Subvertpy as an SCM backend, adding a repository not
    requiring authentication would cause a segfault. This is due to a call
    to `subvertpy.ra.Auth.auth.get_parameter()` although the parameter was
    not previously set.
    • Created Docker container form easybe/alpine-reviewboard:wip
    • Sucessfully added an SVN repository not requiring authentication
    • Sucessfully added an SVN repository requiring authentication