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.

enter image description here

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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -