Add typing and clean up code in the Subversion support.

Review Request #13225 — Created Aug. 20, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

This adds typing throughout the Subversion codebase, ensuring
consistency in calls, results, and dictionary contents.

There are some fixes for some bad assumptions in the code, and some
minor changes to the base SCMTool class to make
parse_diff_revision()'s parameters consistent with the built-in
SCMTools.

Changes will build upon this to improve operation invocation and error
handling, in preparation for the new SSL management.

Unit tests pass.

Commits

Files

    Loading...