
Sour
Members-
Content Count
15 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Sour
-
Rank
Member
-
Hello, I'm not able to get the embedded diff to work correctly on macplastic for any files (mainly .cs files.) The diff text shown is not getting drawn correctly. Screenshot link (also attached to post): http://imgur.com/ypgvE7Q
-
I purchased Semantic Merge a while ago and was never able to fully set it up. This is the problem I'm currently experiencing: Whenever I Diff a file in PlasticSCM (on OSX) it opens up the "Semantic Merge Tool usage" window instead of the diff window. I used the default SemanticMerge setting in PlasticSCM > Preferences > Diff tools. The custom extension is set to .cs Here's the command I'm using (default Semantic Merge setting): "/Applications/semanticmerge.app/Contents/MacOS/semanticmerge" -s="@sourcefile" -sn="@sourcesymbolic" -d="@destinationfile" -dn="@destinatio
-
Thank you! That only worked half-way, though... Now, whenever I Diff a file in PlasticSCM (on OSX) it opens up the "Semantic Merge Tool usage" window instead of the diff window. I used the default SemanticMerge setting in PlasticSCM > Preferences > Diff tools. The custom extension is set to .cs Here's the command I'm using: "/Applications/semanticmerge.app/Contents/MacOS/semanticmerge" -s="@sourcefile" -sn="@sourcesymbolic" -d="@destinationfile" -dn="@destinationsymbolic" -i="@comparationmethod" -e="@fileencoding" What's the problem here?
-
I'm using the latest Semanticmerge (1.0.76.0) on OSX. Whenever I diff a file in PlasticSCM, it opens up Semanticmerge and asks me to input my license. Once I enter my license and click "Get License", it takes about a second then quits with the message "semanticmerge quit unexpctedly". I tried multiple times, re-installed Semantic merge and still it crashes even after clicking "Get Trial" button. I've purchased a license a while ago and never really got it fully set up until now, except for this issue. =/ Here's the full crash report: http://pastebin.com/DAzD5YEM Also, here are
-
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?
-
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.ex