On 6/6/18 1:23 PM, Paul Koning wrote: >> On Jun 6, 2018, at 11:53 AM, Eric Botcazou <ebotca...@adacore.com> wrote: >> I would suggest using "diff -up" to generate patches with more context. > > Yes, sorry. I normally use the subversion internal diff which doesn't do > this.
If you edit ~/.subversion/config and use the line: diff-extensions = -u -p that will do that for you. It's probably already in that config file and just needs to be uncommented out. Peter