[jira] [Created] (SVN-4895) Commit without trying to compute a delta
"Daniel Shahaf (Jira)" <[email protected]> Wed, 16 Mar 2022 00:33:00 +0000 (UTC)
| Newsgroups | gmane.comp.version-control.subversion.issues |
|---|---|
| Message-ID | <[email protected]> |
Daniel Shahaf created SVN-4895:
----------------------------------
Summary: Commit without trying to compute a delta
Key: SVN-4895
URL: https://issues.apache.org/jira/browse/SVN-4895
Project: Subversion
Issue Type: Wish
Reporter: Daniel Shahaf
The commit logic works by computing a delta against BASE and then uploading that, unless the full file is smaller than the delta.
However, the user may have a large file that's known to them to be not amenable to binary diffs. In this case it might be beneficial to let the user instruct us not to try and compute a delta against BASE at all.
This is related to SVN-525 but, strictly speaking, is independent of it.
Discussed: https://mail-archives.apache.org/mod_mbox/subversion-dev/202203.mbox/%3C877d943siv.fsf%40red-bean.com%3E
--
This message was sent by Atlassian Jira
(v8.20.1#820001)