[Patch, fortran] OOP - PR41648 and PR41656

Janus Weil janus@gcc.gnu.org
Wed Oct 14 13:40:00 GMT 2009


>>> PS: Your diff's would be much more readable (at least to me) if you would
>>> do
>>> them with the -p flag (shorthand for --show-c-function) added so that it
>>> is
>>> readily visible for all hunks (well, most) which function they belong to.
>>
>> Ah, yes.  Since subversion changed it's interface, I have failed to
>> recover the use of the system diff and so -p is not available.  Tell
>> me how to do it in babytalk.
>
> Ok, I'll try (although I'm not completely sure if that's really all I did to
> set it up for myself):  I created a shell-script that basically calls diff
> -p like
>
> #!/bin/sh
> diff -p "$@"
>
> and then set/added in ~/.subversion/config (in section [helpers]):
>
> diff-cmd = mydiff
>
> I don't completely remember, but setting diff-cmd = diff -p did not work for
> me for one reason or the other, that's why I had to do this helper-script
> stuff.

I usually just do

svn diff -x "-up"

Cheers,
Janus



More information about the Fortran mailing list