I have a script which name is svn-diff. I use that script to open svn diff to meld: svn diff --diff-cmd='meld' $1
Then I run it: svn-diff /path-to-my-svn-directory/
The problem is now that, meld open files one by one, and not all files to tabs. I have to close one file that I can see next file. I want to see all changes in one view without closing other files.
I have tried to modify script here: svn diff --diff-cmd='svnmeld' $1
And then created svnmeld script: meld -n $1 $2 &
But got some error from meld.
I don't want to replace 'svn diff' command with external tool, because I am using it quite often. Meld version is 1.8.4 and svn version is 1.8.8.
In your SVN directory simply call:
meld .
Or:
meld /path_to_my_svn_dir/
meld supports SVN and other VCS out of the box.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With