Page MenuHomePhabricator

*Use subversion's internal diff tool for arc diff operation*
Needs ReviewPublic

Authored by papabaer-os on Mar 24 2017, 1:55 AM.
Tags
None
Referenced Files
F15388636: D17547.id.diff
Sat, Mar 15, 4:09 AM
Unknown Object (File)
Feb 18 2025, 3:37 AM
Unknown Object (File)
Feb 17 2025, 10:52 AM
Unknown Object (File)
Feb 11 2025, 2:05 PM
Unknown Object (File)
Feb 11 2025, 12:25 AM
Unknown Object (File)
Feb 10 2025, 10:35 PM
Unknown Object (File)
Jan 30 2025, 10:13 PM
Unknown Object (File)
Jan 21 2025, 3:13 PM
Subscribers

Details

Summary

This solves problems described in T2465 "Context not available for
revisions created on Windows"

Test Plan
  • Patch was tested in Windows with svn version 1.9.5 coming with TortoiseSVN version 1.9.5
  • Patch was tested in Linux with svn version 1.9.5

Diff Detail

Repository
rARC Arcanist
Branch
SVN_Use_internal_diff_cmd-T2465
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 16155
Build 21440: arc lint + arc unit

Event Timeline

We currently support SVN 1.5 and above

Updating D17547: *Use subversion's internal diff tool for arc diff operation*

Reworked solution to use an arcanist option to enable using subversion's internal diff tool.

Setting arc.diff.svn.use-internal-diff to true will use internal diff while keeping full backward compatibility.