Sour 1 Posted January 23, 2015 Report Share Posted January 23, 2015 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. Link to post Share on other sites
manu 165 Posted January 23, 2015 Report Share Posted January 23, 2015 Hi! are you using the x11 GUI or macplastic? Link to post Share on other sites
calbzam 100 Posted January 23, 2015 Report Share Posted January 23, 2015 Hi, Please could you try runnig:: "/Applications/semanticmerge.app/Contents/MacOS/semanticmerge" -s="@sourcefile" -sn="@sourcesymbolic" -d="@destinationfile" -dn="@destinationsymbolic" -i="@comparationmethod" -e="@fileencoding" -edt=default Regards, Carlos. Link to post Share on other sites
Sour 1 Posted January 25, 2015 Author Report Share Posted January 25, 2015 manu: oh sorry! I'm using X11 GUI. calbzam: Thank you! I tried that but Semanticmerge launches and closes (crashes) right away when I try to merge items. Also, Does SemanticMerge work as a diff tool as well? Or only a merge tool? Link to post Share on other sites
calbzam 100 Posted January 26, 2015 Report Share Posted January 26, 2015 Hi, It only works as merge tool. I think that´s the issue. In the last SM release we show a help message instead of a crash (you should be using the previous one version). Configuring SM as external merge tool are also experiencing the crash issue? Regards, Carlos. Link to post Share on other sites
Sour 1 Posted January 28, 2015 Author Report Share Posted January 28, 2015 I'm still experiencing the crash whenever I try to merge. Currently, I only have it set up as a merge tool, in the X11 PlasticSCM client. It's set as "External merge tool", and I have it set to use files with the pattern ".cs" (without quotes). Am I doing anything wrong? Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now