Fix `rbt list-repo-types` when some repo types don't have dependencies.

Review Request #14321 — Created Feb. 3, 2025 and submitted — Latest diff uploaded

Information

RBTools
master

Reviewers

If a dependency is missing, rbt list-repo-types would crash trying to
set it up. This change makes it so we catch SCMClientDependencyError
and just continue with the other tools.

Was able to use rbt list-repo-types on a system that was missing some
things.

Commits

Files