Development/삽질의 추억
SourceGear DiffMerge TortoiseSVN Unexpected parameter Error
키르히아이스
2016. 4. 19. 16:36
참고 :
https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-settings.html#tsvn-dug-settings-progs
https://sourcegear.com/diffmerge/webhelp/sec__tortoise__svn.html
TortoiseSVN 사용 시 Diff툴로 DiffMerge 사용할 때 옵션 설정 필요
옵션 설정 하지 않을 경우 아래와 같은 Unexpected parameter 에러 발생
>> 해결 방법
>> TortoiseSVN Settings -> Diff Viewer
C:\Program Files\SourceGear\Common\DiffMerge\sgdm.exe -nosplash -t1=%bname -t2=%yname %base %mine
>> TortoiseSVN Settings -> Diff Viewer -> Merge Tool
C:\Program Files\SourceGear\Common\DiffMerge\sgdm.exe -caption=%mname -result=%merged -merge -nosplash -t1=%yname -t2=%bname -t3=%tname %mine %base %theirs