Stefan Sperling wrote on Wed, Aug 29, 2012 at 22:36:18 +0200: > On Wed, Aug 29, 2012 at 02:08:31PM -0400, Q. Chap wrote: > > Interesting. Thank you. > > > > Couple of questions: > > > > 1. "--summarize" complains that it can only work on URL-URL diffs. Is > > there a work around? > > No. > > Well, maybe you could do something like > svn diff | grep ^Index > to obtain a list of filenames from the full diff output? >
If you do this you, pass --diff-cmd=/bin/true to avoid actually computing and emitting differences. (For WC-URL diffs it'll still fetch the files from the server)