[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: vendor branch merge: how to highlight patches for review?

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 30 Aug 2012 08:52:26 +0100

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)
Received on 2012-08-30 09:53:08 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.