Skip to content

Instantly share code, notes, and snippets.

@ernestohs
Created September 17, 2015 22:14
Show Gist options
  • Save ernestohs/3a8b0f881e1b8ef5d302 to your computer and use it in GitHub Desktop.
Save ernestohs/3a8b0f881e1b8ef5d302 to your computer and use it in GitHub Desktop.
Beyond Compare + TortoiseSVN
Diff Viewer:
"C:\Program Files (x86)\Beyond Compare 4\BComp.exe" %base %mine /title1=%bname /title2=%yname /leftreadonly
Merge Tool:
"C:\Program Files (x86)\Beyond Compare 4\BComp.exe" %mine %theirs %base %merged /title1=%yname /title2=%tname /title3=%bname /title4=%mname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment