Closed GoogleCodeExporter closed 9 years ago
SvnX doesn't actually 'send diffs' to any application.
The 'Diff application' set in the preferences is asked to compare 2 files (and
it then displays any differences).
I have looked at the TextMate website (before & again today) and I don't
believe TextMate can do this.
If you can point me to documentation that states otherwise & I can test it with
TextMate I'd be happy
to add support for TextMate as a diff app.
BTW 'appending @"mate" to diffAppNames' will not make it work.
It's a bit more involved :-).
Original comment by chris...@gmail.com
on 22 Jul 2009 at 3:39
Ah, right — I think we'd probably need 'diff -U3 file1 file2 | mate',
then… TextMate should spot it's a diff by the
format of the data.
Thanks
Original comment by wotnosp...@gmail.com
on 22 Jul 2009 at 12:35
I think you are missing the point.
Have you tried this with one of the currently supported diff applications?
None of them show only the diff. They all show the entire contents of both
files (side-by-side)
& when used with the working copy they allow copying changes into the WC file.
I don't think you can do this by piping the output of diff into mate.
Original comment by chris...@gmail.com
on 22 Jul 2009 at 6:02
Original comment by chris...@gmail.com
on 21 Sep 2009 at 4:39
Original issue reported on code.google.com by
wotnosp...@gmail.com
on 21 Jul 2009 at 2:26