How do you properly set up the launch command for the diff and merge tools in PlasticSCM on OSX?
I've looked through the manual and searched the forums with no solution. I can't get PlasticSCM to launch SemanticMerge. It's probably because I don't have the diff/merge tool configured properly in PlasticSCM.
I've added it as an "External diff tool" with the command:
"/Applications/semanticmerge.app" -s="@sourcefile" -sn="@sourcesymbolic" -d="@destinationfile" -dn="@destinationsymbolic" -i="@comparationmethod" -e="@fileencoding" -edt=default
I've also tried supplying semanticmerge.exe inside the app folder, with no luck.