43 questions
0
votes
0
answers
51
views
DiffMerge: Identical Files Marked As Inequivalent
I am comparing two folders, one I pulled down from GitHub and one that I've been working on locally and would like to push. DiffMerge displayed the files as different, as expected, so I went in and ...
0
votes
1
answer
171
views
Diffmerge is unable to find Sourcetree files trying to resolve conflicts
I have a new mac mini, M1 chip. When I try to resolve conflicts using diffmerge in sourcetree, diffmerge can't find the created temp files. Sourcetree creates the files, they're out there and ...
0
votes
1
answer
966
views
Git difftool not working Windows 10 Git Bash
I installed diffmerge and pasted this into my .gitconfig file in my C:/Users folder.
[diff]
tool = diffmerge
[difftool "diffmerge"]
cmd = C:/Program\\ Files/SourceGear/Common/...
7
votes
3
answers
10k
views
Sourcetree fails to open Diffmerge for merge conflicts
Recently I had a fresh install of macOS. I've installed Sourctree and diffmerge and set diffmerge as the default merge tool. For some reason everytime when I select 'Resolve Conflicts -> Open External ...
5
votes
1
answer
4k
views
Problem for open DiffMerge SnailSVN in Mojave
The first message dialog error is:
Difftool would like to access “~/Library/Application/Scripts/net.langui.SnailSVN.DiffTool
And after clicking on the button 'Authorize', the second message dialog ...
0
votes
1
answer
237
views
Customize IBM DiffMerge to export a custom Report
I am using IBM DiffMerge to generate a Report that shows all differences between two .cls files or .sbs files. I was playing with it and I saw that there is a filed in option menu that allows you to ...
0
votes
1
answer
91
views
Where does diffmerge store its temp files
I recently started to work with IBM Rhapsody and I try to personalize it, but in order to do that I got to have a better understanding of DiffMerge.
What I want to do is this: I have two diagrams, I ...
0
votes
1
answer
106
views
How can I fine tune what Visual Studio considers a merge conflict when using TFS?
I am attempting to merge a small amount of code changes from a branched file to a trunk file that has been heavily modified (mostly by adding cases to a switch). When I am attempting to merge the code,...
2
votes
1
answer
1k
views
Git configure difftool and mergetool by DiffMerge not working
I'm trying to configure DiffMerge for git to use for difftool and mergetool. I used following command:-
The following commands in a Command Prompt window will update your .gitconfig to configure GIT ...
2
votes
1
answer
402
views
PhpStorm - advanced settings for diff viewer
Does anyone know if it's possible to configure diff viewer in PhpStorm and specify what changes to ignore?
For example, I have updated Magento installation to a newer version.
This version contains a ...
2
votes
0
answers
516
views
DiffMerge integration into Tower for GIT
By chosing File -> Preferences -> Git Config -> Diff tool / Merge tool you can adjust your favourite diff/merge tool when using Tower for GIT (https://www.git-tower.com/)
DiffMerge and WinMerge are ...
0
votes
1
answer
754
views
Eclipse error: The type org.eclipse.emf.edit.domain.EditingDomain cannot be resolved. It is indirectly referenced from required .class files
I've got an error message in Eclipse:
The type org.eclipse.emf.edit.domain.EditingDomain cannot be resolved.
It is indirectly referenced from required .class files
I've got it when I tried to use the ...
2
votes
2
answers
1k
views
Why can't I configure an external difftool or mergetool for Git?
I'm trying to configure an external difftool and mergetool for Git under Windows 10.
Everything keeps telling me to type out two Git commands like the ones below.
Some say to use a wrapper.sh while ...
1
vote
0
answers
276
views
"tool diffmerge requires a GUI" when trying to hg merge in Cygwin
I'm trying to run hg merge on Cygwin, which I've setup to launch DiffMerge on conflicts. Despite this, I get dropped into vimdiff when I merge.
$ hg merge
tool diffmerge requires a GUI
...
This ...
0
votes
1
answer
49
views
What is a better set of settings to use than text to compare xml files using Collaborator's DiffMerge?
Collaborator uses DiffMerge to compare files. It provides a means to add rulesets. There is nothing provided for XML files. I'd like to be able to compare without including the comments. I can get ...
-2
votes
1
answer
1k
views
Using DiffMerge on CodeAnywhere and Git - "Not Found" Message
I have installed DiffMerge on my Mac and configured git to use it per their instructions and it works well.
http://twobitlabs.com/2011/08/install-diffmerge-git-mac-os-x/#comment-140648
Hit return to ...
0
votes
3
answers
565
views
How to see changes in subrepos between commits
I have a mercurial repo with subrepos (also mercurial). Imagine the situation where I have changed the subrepos and the main repo. Now I want to see the changes between several commits including the ...
3
votes
1
answer
864
views
set rhapsody DiffMerge as svn merge-tool
I'm trying to set rhapsody DiffMerge as merge tool in SVN.
in I've set .subversion/config:
[helpers]
merge-tool-cmd = /opt/rhapsody/i386/7.5.2.1/DiffMerge "$2" "$3" "$1"
in Rhapsody/DiffMerge i'...
13
votes
6
answers
24k
views
Git difftool not launching external DiffMerge program
I've been following the directions in the "blog entry by Dave" link in this answer as I'm on Windows 7 and do use SourceGear's DiffMerge tool. I've added the git\cmd directory to my PATH system ...
0
votes
1
answer
196
views
Accessing elements properties in a EMF Compare Diff Model
I have used EMF Compare to compare 2 models comforming to a custom metamodel.
I generated and saved the Diff model to an .xmi file.
Currently, I am working on how to use the Diff Model within ATL to ...
0
votes
1
answer
52
views
3-way merge (update) file based on differences in 2 branches
I have 3 text files:
Branch A, version i (Ai)
Branch A, version i-1 (Ai-1)
Branch B, version i-1 (Bi-1)
Is there any merge/diff tool to produce Branch B, version i (Bi) with the following rules:
if Ai=...
2
votes
0
answers
1k
views
How to I get diffmerge running as the merge tool for git
I'm running osx 10.9 with git and I'm trying to get diffmerge running as my merge tool. I've installed diffmerge and can launch it from my bash shell -
$ diffmerge
however when I try and set it up as ...
2
votes
1
answer
1k
views
Setting git diff to use diffmerge
I wanted to set my git to use diffmerge as the default diff editor instead of the default Unix diff:
git config --global diff.external diffmerge
Undfortunately, when I did
git diff myfile.txt
I got ...
1
vote
1
answer
429
views
How to start visual diff of working copy and last commit of a file from command line in mercurial TortoiseHg
Provided that I already know that a file has been modified in a mercurial repo,
Is there any way to start a diff tool in command line to show the visual diff of the file between working copy and ...
11
votes
4
answers
10k
views
How to set up SourceGear DiffMerge as the diff/merge tool for Visual Studio?
I am using TFS for source control, but I want to use SourceGear DiffMerge for viewing file differences and doing merges. I found the Tools -> Options -> Source Control -> Visual Studio Team ...
2
votes
1
answer
2k
views
What is the cmd to setup sourcetree with diffmerge for 3-way merges?
While browsing I found some hints on how to invoke a 3-way merge for diffmerge:
https://answers.atlassian.com/questions/156961/setting-up-custom-merge-tool-in-sourcetree
http://twobitlabs.com/2011/08/...
0
votes
1
answer
204
views
Using Altova DiffDog as merge tool in Visual Studio 2012
I have searched for a way to use Altova DiffDog as the merge tool for config and other xml files in Visual Studio 2012, TFS. The information I'm after is what command line codes to use in the "...
0
votes
1
answer
602
views
AnkhSVN & DiffMerge Not Saving Changes
I'm using Ankh SVN 2.4.11610.27 for Visual Studio 2010 and it works decently enough.
I've set up SourceGear DiffMerge to be able to resolve merge conflicts using the instructions provided here.
I ...
12
votes
6
answers
11k
views
How to get DiffMerge configured to work with Git on Windows 7 or Windows 2012?
So I've seen a few questions about getting DiffMerge to be the mergetool and difftool for git. Essentially it comes down to having DiffMerge (sgdm.exe) in your PATH and a .gitconfig that looks like:
...
1
vote
1
answer
325
views
How to configure the prompt for diffmerge
Currently I have this gitconfig:
[diff]
tool = diffmerge
[difftool "diffmerge"]
cmd = diffmerge \"$LOCAL\" \"$REMOTE\"
[merge]
tool = diffmerge
[mergetool "diffmerge"]
cmd = "...
10
votes
1
answer
4k
views
Using git with diffmerge with no prompts and no alias
On OSX, I'm using diffmerge as my git diffing tool. Here is my .gitconfig:
[diff]
tool = diffmerge
[difftool "diffmerge"]
cmd = diffmerge \"$LOCAL\" \"$REMOTE\"
[alias]
d = ...
1
vote
1
answer
2k
views
mac osx, git mergetool, diffmerge, command not found
I installed DiffMerge in Applications folder.
I can't get DiffMerge run on its own, nor when I use git mergetool
My PATH variable:
/Applications/DiffMerge.app:/Applications/:/Applications/:/usr/bin:...
3
votes
1
answer
4k
views
Setting diffmerge as visual Git difftool not working
I am trying to configure DiffMerge as my difftool in Git but having no luck. This is the revelent section of my .gitconfig file (the other settings not shown are just for the user).
[diff]
...
0
votes
1
answer
438
views
Using Diffmerge with TortoiseSVN - how to deal with a single block of code (1000+ lines) that's marked as conflicted
I'm merging some changes from trunk back into a branch with TortoiseSVN. I did some whitespace modification (just tidying things up) and DiffMerge is showing a very large block of code (probably ...
1
vote
1
answer
671
views
Comparing two mach-o files
I have two mach-o files and i need to find the difference(hexadecimal differed values) in them. is there any tool available for doing this.
i tried using "DiffMerge" but it doesn't have the supported ...
2
votes
2
answers
2k
views
Getting exit code 255 when trying to launch diffmerge from svn
I'm trying to integrate DiffMerge with svn (version 1.6.16) on snow leopard, following the steps provided here. I made the following changes:
1) Created a script that looks like:
#!/bin/bash
...
2
votes
4
answers
325
views
git with DiffMerge setup to mimic Mercurials setup with diffmerge
I'm wondering if there is a way to setup git and diffmerge so that when you execute the following command: git difftool diffmerge pops up and shows you a file listing of all the modified files instead ...
3
votes
1
answer
2k
views
using DiffMerge
I would like to be able to edit conflicts using DiffMerge but when I try, VS (2010) complains I need to configure an external tool. It states I should do this from the Tools/Options/Source Control/...
8
votes
1
answer
3k
views
Problem with git + DiffMerge on OS X
I have configured Sourcegear DiffMerge to be my default git merge tool using the following instructions:
git config --global diff.tool diffmerge
git config --global difftool.diffmerge.cmd "diffmerge \...
5
votes
1
answer
1k
views
How do I make diffmerge do a three-way merge with Mercurial?
I am currently using the commmand hg diffmerge -r 32 -r 30 myfile, but this only displays two windows, not three. How can I make it do a three way merge?
.hgrc
[ui]
merge=diffmerge
[extensions]
...
4
votes
4
answers
5k
views
Need help configuring external diff with Eclipse
I am trying to set up my dev environment and I got SVN running with Eclipse on my mac (with Subclipse). However, when I click on a file I've changed and go to Compare With -> Latest From Repository, I ...
21
votes
4
answers
16k
views
How do I setup DiffMerge with msysgit / gitk?
I've just started using Git and it's possible I've missed something obvious, but here goes:
I'm using msysgit 1.6.2.2 on Windows XP
While installing, I picked option 1 to "Use Git Bash only"
I'm ...
838
votes
26
answers
554k
views
How do I view 'git diff' output with my preferred diff tool/ viewer?
When I type git diff, I want to view the output with my visual diff tool of choice (SourceGear "diffmerge" on Windows). How do I configure git to do this?