Re: vendor branch merge: how to highlight patches for review?
From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Wed, 29 Aug 2012 00:51:37 -0500
On Aug 28, 2012, at 17:56, Q. Chap <quitechap_at_gmx.com> wrote:
>
You can run the diff command at any time that's convenient for you.
As I wrote it above, it shows the changes between version 1.0 of the vendor code and the version of the vendor code committed to the "calc" project in the repository.
> I'd like to avoid checking in the "libcomplex/2.0"->project merge before doing a review.
Sure. In fact, as I wrote it above, the command would not give correct output if you had already committed the merge. If you had committed the merge already, then you'd want to compare the original 2.0 code (not the original 1.0 code) with your code.
> Ideally, after the merge (but before commit) I'd like to be able to run a command like:
Yes that sounds fine. Something like:
$ svn diff --summarize \
|
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.