TortoiseSVN : Good 'patch file' viewer?

后端 未结 6 1331
一个人的身影
一个人的身影 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:42

    Beyond Compare 4 allows you to view patch files created by SVN. The top window in Beyond Compare is a tree structure, allowing you to navigate folders and files by name. Revision numbers are present in the left and right diff windows.

    Create the patch

    svn diff -r 5922:6116 > CodeReview.patch
    

    Open the patch in Beyond Compare 4

提交回复
热议问题