Hello, has anybody running integration with Araxis Merge? I have installed command line tools, set up path but SourceTree still says "Cannot find Araxis Merge". Does anybody know what should I check?
Thanks for help.
Pavel
Did you install the command-line tools in the recommended location, or somewhere else that you then added to your PATH? Because PATH doesn't affect Mac OS X apps SourceTree looks in the standard locations only such as ~/bin, /bin, /usr/bin, /usr/local/bin.
Sorry, I forgot: Mac OS X, 10.7.4
Hi Steve, I have installed it in ~/Library/AraxisUtilities and moving to ~/bin helped. Thank you.
Starting with Araxis Merge 2013.4283 (released 14 January 2013) the utilities are now placed inside the application bundle at "/Applications/Araxis\ Merge.app/Contents/Utilities/" so perhaps SourceTree can be updated to just look for them there. So folks just need to install Araxis Merge and then choose it in SourceTree with no copying/linking of files.
More info:
http://www.araxis.com/merge_mac/ReleaseHistory.html
http://www.araxis.com/merge_mac/topic_installingfromweb.html
Actually, I went ahead and created a Feature Request for this - https://jira.atlassian.com/browse/SRCTREE-1370
I found the utilities installed to /Applications/Araxis Merge.app/Contents/Utilities
I had the same issue integrating them with SourceTree and tried the solution of creating links to araxisgitdiff and araixisgitmerge in ~/bin with no success.
I did have success by copying all the files in the utilties folder to /usr/bin using:
sudo cp /Applications/Araxis\ Merge.app/Contents/Utilities/* /usr/bin
There is a typo on third command Steve should be
ln -s /Applications/Araxis\ Merge.app/Contents/Utilities/araxisgitmerge /usr/local/bin/araxisgitmerge
Cheers
It looks like you're new here. Sign in or register to get started.