Fix up bad calls to now-deleted SVNClient.scan_for_server_property

Review Request #12155 — Created March 16, 2022 and submitted

Information

RBTools
master

Reviewers

In the big scan_for_server cleanup, the old
SVNClient.scan_for_server_property method got removed, as this
functionality is now handled by the scan_for_server method itself.
Unfortunately, the hgsubversion and git-svn implementations were still
calling into the old method.

Set up things to trigger the bad code paths and saw that repo detection
worked correctly.

Summary ID
Fix up bad calls to now-deleted SVNClient.scan_for_server_property
In the big `scan_for_server` cleanup, the old `SVNClient.scan_for_server_property` method got removed, as this functionality is now handled by the `scan_for_server` method itself. Unfortunately, the hgsubversion and git-svn implementations were still calling into the old method. Testing Done: Set up things to trigger the bad code paths and saw that repo detection worked correctly.
77fe31e6bdbe7d0906113396a5d0a3a6f6f2fb93
chipx86
  1. Ship It!
  2. 
      
david
Review request changed
Status:
Completed
Change Summary:
Pushed to release-3.x (b72a89f)