You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It’s now possible in svnX 2.0b1 to add a custom diff app.
In svnX.app/Contents/Resources/DiffApps.plist add a new dict to `list` with a
`value` of, say, 99.
Update `paths` with the tool’s directory.
To the top level dict add `diff` = `<my-diff-tool> <my-options> "$file1"
"$file2"` to be evaled in svndiff.sh
and optionally `merge` = `<my-merge-tool> <my-options> "$file1" "$file2"
"$base" "$targ"` to be evaled in svnresolve.sh.
Simplez :-).
Original comment by chris...@gmail.com on 24 Aug 2015 at 7:47
Original issue reported on code.google.com by
marco.nova@gmail.com
on 19 Jan 2011 at 5:15The text was updated successfully, but these errors were encountered: