smartgit and ksdiff integration

285 Views Asked by At

I'd like using the Kaleidoscope/ksdiff as my conflict solver in smartgit. I've tried configuring by myself but I can't. So, what is the line instruction that I need to put at arguments input on edit conflict solver configuration?

Screenshot:

Screenshot

1

There are 1 best solutions below

0
Rafael Praxedes Gomes On BEST ANSWER

The required configuration to integrate Kaleidoscope/ksdiff with smartgit is that:

--merge --output ${mergedFile} --base ${baseFile} -- ${leftFile} --snapshot ${rightFile} --snapshot

just put it on arguments field and the magic will happen :)