Could I configure IntelliJ diff viewer/merge tool as external tools in tortoiseSVN? -
new intellij
diff viewer , merge tool awesome. i'm wondering if configure them external tools in tortoisesvn.
i tried setting intellij executable external diff viewer in tortoisesvn configuration...but doesn't work.
also i've been reading intellij documentation (running intellij idea diff or merge command line tool) i'm not sure how configure it.
thanks help.
re-read comparing files using intellij idea diff command line tool until there come enlightenment in getting correct command-line
<intellij idea launcher> diff <path file1> <path file2>
where
file1
local copy,file2
repository version.
for external diff tortoisesvn, there have use %base
(repository-side file) , %mine
(modified file in wc) variables placeholders compared files.
you addded nothing (nor command, nor parameters) command line, - got nothing
answer
/path/to/idea diff %mine %base
Comments
Post a Comment