• 
      

    Fix repository type detection when subversion isn't installed.

    Review Request #12274 — Created May 9, 2022 and submitted — Latest diff uploaded

    Information

    RBTools
    release-3.x

    Reviewers

    When svn is unavailable, the subversion client was erroring out during
    repository type detection. This could be worked around by manually
    specifying the repository type in the config, but that's obviously not
    optimal. This change adds checks to ensure we don't try to do anything
    if we can't run svn.

    • Tested rbtools when svn was not installed.
    • Ran unit tests.

    Commits

    Files