Closed GoogleCodeExporter closed 9 years ago
I don’t think DiffMerge ever “installed” anything.
It’s up to the user (you) to copy the diffmerge.sh script from the DiffMerge
disc image to the appropriate location.
I don’t know if there’s really anything I can do about this,
(other than making svnX check for the script when you change the preference).
Original comment by chris...@gmail.com
on 15 Aug 2011 at 7:55
Original comment by chris...@gmail.com
on 1 Jan 2012 at 7:05
I run into the same issue. I have OS Lion
svnx will look for the sh file at "usr/local/bin/"
so I located the sh file and made a copy into the path svnx is expecting the
file to be. For me this worked:
cp /Applications/DiffMerge.app/Contents/Resources/diffmerge.sh
/usr/local/bin/diffmerge.sh
Original comment by ricardo....@gmail.com
on 19 Mar 2012 at 11:24
Thanks! I have Mountain Lion, and apparently there the appropriate path is not
/user/local/bin but instead just /user/bin. So pasting your command in terminal
I got 'no such file or directory' error.
So here is what worked for me instead:
cp /Applications/DiffMerge.app/Contents/Resources/diffmerge.sh
/usr/bin/diffmerge.sh
(it complained about permissions, but with first doing sudo su and giving my
computer password and then trying the above command it worked)
Hope this helps some others.
Original comment by wouters...@gmail.com
on 31 Oct 2012 at 9:19
Original issue reported on code.google.com by
czechtech
on 15 Aug 2011 at 7:17