Implement get_file_content APIs for Subversion.
Review Request #13594 — Created March 1, 2024 and submitted — Latest diff uploaded
This change implements the new get_file_content and get_file_size APIs
for Subversion.This also adds
--force
to the diff command when we know the server is
modern enough to understand that. Without this, we have zero revision
information about any binary files.
- Ran unit tests.
- Posted a variety of changes with binary files, including changes in my
working copy and committed revisions.