I did an svn update from the command line on a fairly old sandbox with a few local changes. There were conflicts detected, so I saw the usual output:
Conflict discovered in 'file.cpp'.
Select: (p) postpone, (df) diff-full, (e) edit,
(mc) mine-conflict, (tc) theirs-conflict,
(s) show all options: p
I hadn’t set up my svn command line options on this computer, so my preferred method of launching meld to resolve the conflict wasn’t available. Therefore I chose to postpone the conflict until I had meld set up.
I then set up meld, using a similar procedure to the one shown here.
Now, doing another svn update does not rediscover the conflict and therefore does not give me the option to launch meld. I only get an “At revision ...” shown. Is there a way to get the “Conflict discovered in ...” line again? Or is there a command to launch the 3-way meld resolver?
According to it’s documentation meld can be used as a git merge helper. A git merge helper is called like this:
So at least you can run it like this:
I don’t know whether this is the same as running it with its three-file syntax:
meld some_file.r123 some_file.mine some_file.r124.