Implement get_file_content APIs for Subversion.

Review Request #13594 — Created March 1, 2024 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

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.

Changes between revision 2 and 3

orig
1
2
3

Commits

Summary ID Author
Implement get_file_content APIs for Subversion.
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. Testing Done: - Ran unit tests. - Posted a variety of changes with binary files, including changes in my working copy and committed revisions.
7acad3bd5973776cb50fd1b6535eac044ad51b20 David Trowbridge
Implement get_file_content APIs for Subversion.
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. Testing Done: - Ran unit tests. - Posted a variety of changes with binary files, including changes in my working copy and committed revisions.
a7f18370865e939ee6b7e6ffc2de4b8a86331adb David Trowbridge
rbtools/clients/svn.py
Loading...