Fix repository type detection when subversion isn't installed.

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

david
RBTools
release-3.x
rbtools

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
Fix repository type detection when subversion isn't installed.
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

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