TortoiseSVN : Good 'patch file' viewer?

后端 未结 6 1326
一个人的身影
一个人的身影 2021-02-18 16:06

The default patch file viewer is messy (ie. no side by side diff view etc). I tried setting the path of beyondCompare exe in \"Settings->Unified Diff Viewer->custom\", but beyon

6条回答
  •  后悔当初
    2021-02-18 16:49

    I've never found any, but the solution that I usually use is to simply apply the patch file to a pristine checkout of the tree, and then do a "regular" diff (my preferred tool is diffuse) to review the changes in context.

    The problem with "raw" patch files is that they only provide a few lines of context before and after the change, which often isn't enough.

    If you don't like the patch, simply revert the changes and don't commit!

提交回复
热议问题