If you want to derive the working file's path, it's in the -L arguments
(argv[3] and argv[5]). Mind the tabs.
I'd look into scripting something around :diffpatch in Vim: some custom
command you run while editing the file. In that case, you'll to reverse
the diff before applying it. (you can use
Hello,
I am working with subversion on a debian platform.
I am trying to use either vimdiff or meld as a diff tool.
So I created a script containing either /usr/bin/vimdiff $6 $7 or
/usr/bin/meld $6 $7.
Everything works fine except that $7 is actually a temp file, and when I
am done changing t