Troy Curtis Jr wrote on Sun, 11 Feb 2018 03:36 +0000: > I believe that Subversion has an internal diff generation utility, could > someone point me in the right direction?
tools/diff/diff svn_diff_diff_2() > I think just changing the implementation to using an internal diff > would make this more portable. Yes, or we could use 'import difflib' from the standard library, couldn't we? Excuse brevity Daniel