Closed GoogleCodeExporter closed 8 years ago
Assuming you have a symbolic link in ~/bin to the kdiff3.app’s binary (see
svnX’s Help — “3.11. Diff”).
Please try changing the following line in
svnX.app/Contents/Resources/svndiff.sh from:
"kdiff3" ) open -a kdiff3 "$file1" "$file2" &> /dev/null ;;
to:
"kdiff3" ) ~/bin/kdiff3 "$file1" "$file2" &> /dev/null ;;
Does that fix the problem?
Original comment by chris...@gmail.com
on 12 Mar 2012 at 12:53
Yes, this fixed the problem. Thanks.
Original comment by tol...@gmail.com
on 12 Mar 2012 at 12:59
Fixed in svnX 1.3.3.
Original comment by chris...@gmail.com
on 9 Apr 2012 at 11:08
Original issue reported on code.google.com by
tol...@gmail.com
on 11 Mar 2012 at 10:13