출처: http://lunapiece.net/?mid=Tips&document_srl=4275&page=1
Diff
- Select Settings from Explorer's TortoiseSVN submenu.
- Switch to the Diff Viewer tab.
- Change the radio buttons from TortoiseMerge to External.
- In the path edits, enter:
"C:\Program Files\Beyond Compare 3\BComp.exe" %base %mine /title1=%bname /title2=%yname /leftreadonly
To use Beyond Compare for image comparisons either replace the file C:\Program Files\TortoiseSVN\bin\TortoiseIDiff.exe with a copy of BComp.exe, or click the Advanced button on the Diff Viewer tab and add each image type's extension with the same command line as above.
3-Way Merge (v3 Pro)
- Select Settings from Explorer's TortoisSVN submenu.
- Switch to the Merge Tool tab.
- Change the radio buttons from TortoiseMerge to External.
- In the path edits, enter:
"C:\Program Files\Beyond Compare 3\BComp.exe" %mine %theirs %base %merged /title1=%yname /title2=%tname /title3=%bname /title4=%mname
2-Way Merge (v3 Std, v2)
Use the same steps as above, but use the command line:"C:\Program
Files\Beyond Compare 3\BComp.exe" %mine %theirs /savetarget=%merged
'Programming > 개발환경' 카테고리의 다른 글
[펌] To add a new solution from you local files to TFS (0) | 2017.04.11 |
---|---|
TortoiseSVN(subversion) 사용팁 (0) | 2015.09.21 |
[펌] Windows XP 에서 웹 서버(IIS) 설치 (0) | 2010.09.10 |