Hi,
I'm using windows and I can't get the exteranl diff / merge tool to work. I'm trying to use beyond compare. I've selected beyond compare as the external tool to use, and nothing happens when I launch an external merge / diff.
I then tried setting it manually - I chose custom and entereed these options:
DIFF:
Diff Command: "C:/Program Files (x86)/Beyond Compare 3/bcomp.exe"
Arguments: "$LOCAL" "$REMOTE"
MERGE:
Diff Command: "C:/Program Files (x86)/Beyond Compare 3/bcomp.exe"
"$LOCAL" "$REMOTE" "$BASE" "$MERGED"
These are the same as set in my git config (from git config -l). I can run "git mergetool" from the command line and this works, but nothing happens in source tree.
Thanks for any help
This may or may not help you. The following works for me in SourceTree (that is what you are using - right?):
FYI - I do not have any quotes around any input. I configured it from the SourceTree tool - not from the git config:
External Diff Tool: "Custom"
Diff Command: C:\Program Files (x86)\Beyond Compare 3\BComp.exe
Arguments: $LOCAL $REMOTE
Hope that helps!
I have the same issue.
sorce-tree-external-diff-cfg.png
Diff Command: C:\Data\Development\diffdoc.bat
Arguments: $LOCAL $BASE
=diffdoc.bat content is======================
@echo off ::"C:\Program Files\SoftInterface, Inc\WordDocDiff\WDD.EXE" /m"%1" /s"%2"
Set DiffDoc="C:\Program Files (x86)\Softinterface, Inc\DiffDoc\DiffDoc.exe"
%DiffDoc% /M"%1" /S"%2"
::%DiffDoc% /M"%1" /S"%2" ::/G /X
=======================================
If I press 'External Diff' (or Cntrl+D) nothing happens but It works if I just do it in the CMD:
diffdoc.bat a.docx b.docx
It starts the diff tool and I can see difference in the documents....
It looks like a bug somewhere!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had the same issue with version 1.5.2.
It only occured when the remote file was deleted, so was not as bad as I thought.
I have reported the bug to Atlassian via Support.
A bug has been raised. https://jira.atlassian.com/browse/SRCTREEWIN-1666
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am having the same problem (this used to work flawlessly). Losing external diff functionality is a major pain, please help...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.