This solves problems described in T2465 "Context not available for
revisions created on Windows"
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Required Signatures
L28 Phacility Individual Contributor License Agreement
- 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
Diff Detail
- Repository
- rARC Arcanist
- Branch
- SVN_Use_internal_diff_cmd-T2465
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 16120 Build 21391: arc lint + arc unit
Event Timeline
Comment Actions
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.