Fix repository type detection when subversion isn't installed.

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

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.
Summary ID
Fix repository type detection when subversion isn't installed.
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`. Testing Done: - Tested rbtools when `svn` was not installed. - Ran unit tests.
acd9ae7c68fc6dc4b87c3abb8629d09485933a6c
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (e887229)
Loading...