On 4 Jun 2026, at 7:31, Jordan Peck via dev wrote: > This patch saves disk space on supported filesystems for byte-identical file > installation by utilising filesystem clone APIs.
FWIW, just the other week, I've used this tool: https://github.com/ttkb-oss/dedup on my Mac, and several others in our office, to deduplicate files in our svn (1.14) working copies. It detected identical files not only in our /branches vs /trunk but also among the pristine copies, and it deduplicated them using APFS' cloning feature. It didn't cause svn to freak out, so that bodes well. Sean

