I've recently been trying out the Semantic Merge beta from Codice Software, suddenly when I try to use the diff tool (either within Visual Studio or manually from the desktop) I get the following error:
Your license is not valid, you are not able…
Is there a way to configure git merge in such a way that conflict resolution always goes through an external merge tool?
I'm writing the configuration for semanticmerge and there are cases like this that are incorrectly handled by git but can be…
I want to use SemanticMerge as my mergetool in Git, but when I try to perform a merge, I get a complaint from SemanticMerge saying that it cannot locate the file C:\Program Files (x86)\Git\my_repo_name\my_project\MyFile.cs.BASE.1234.cs - which is…
I'm trying to set up SemanticMerge as my diff tool for C# in Perforce.
I've configured perforce with the exe and with the arguments -s=%1 -d=%2 -l=csharp
But when I try to diff a C# file I receive the error:
Could not find file c:\Program Files…
In the rearrange file tool moving an item that is the first item within a region also moves the #region line.
These moves are generally intended to rearrange items within the region.
There also seems to be odd things happening intermittently when…
According to the documentation Semanticmerge supports C++ natively.
But when I run it on a set of files (from TortoiseHg), despite the fact that they have a .cpp extension, it thinks they are C#. This of course messes up the language parsing and…
How can I configure SemanticMerge to not display a warning dialog when diffing files in a not supported language? By default, when asked to diff files in a language it doesn't understand, it'll display a dialog as pictured below:
I'd like to…
Is there any way to configure SemanticMerge for use with Visual Studio 2017?
I've checked the SemanticMerge documentation and they only describe configuration with Visual Studio Code?
I have followed the instructions at http://www.semanticmerge.com/sm-guides/main.shtml#HowtoconfigurewithMercurial but they are configured for kdiff3 and I would like to use p4merge to do my textual merging. My current mercurial.ini looks like…