Fix up bad calls to now-deleted SVNClient.scan_for_server_property

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

david
RBTools
master
rbtools

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
Fix up bad calls to now-deleted SVNClient.scan_for_server_property
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

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