Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,557,199
Community Members
 
Community Events
184
Community Groups

External diff/merge tool not launching through SourceTree

Hello everyone,

as many other users I have problems with opening an external Diff/merge tool. I have read most of the threads but can't seem to figure out the problem. The tool just doesn't launch. It appears in the list in options. I'm pretty new to Git so please bear that in mind.

The .gitconfig file in C:/Users/.../ does not change when I change the tool in my settings. I manually added the program as such:

[difftool "sourcetree"]
cmd = 'C:\Program Files\Beyond Compare 4\BCompare.exe' \"$LOCAL\" \"$REMOTE\"
trustExitCode = false
[mergetool "sourcetree"]
cmd = 'C:\Program Files\Beyond Compare 4\BCompare.exe' \"$LOCAL\" \"$BASE\" \"$REMOTE\" \"$MERGED\"
trustExitCode = false
keepBackup = false

but it didn't help. However, it seems that changes affect the user.config XML file, changing:

 <setting name="DiffCustomCmd" serializeAs="String">
<value>C:\Program Files\Beyond Compare 4\BComp.exe</value>
</setting>
<setting name="MergeCustomCmd" serializeAs="String">
<value>C:\Program Files\Beyond Compare 4\BComp.exe</value>
</setting>

But the application still doesn't start.

I also tried changing tool with the Process Viewer enabled but the list is flooded with hundreds of messages and the "Clear Logs" button doesn't work for me when the "Tools" > "Options" dialogue is open.

I am using version 3.1.3.3158, embedded.

Many mention the issue being related to environment variables. I don't seem to have any of the "HOME", "HOMEDRIVE", "HOMEPATH" variables in my list. How do they work?

Would greatly appreciate some help!

1 answer

0 votes
Mike Corsaro
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 07, 2019

Hello! You should be able to just create a HOME environment variable and set it to %USERPROFILE%. You might also have luck running the git installer again and making sure it's set to add git to your path.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events