Re: Presenting net code changes for a branch
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 23 Oct 2013 17:06:53 +0100 (BST)
Branko Čibej wrote:
> On 23.10.2013 15:53, Julian Foad wrote:
>> ... and the discussion went on to address how to use "svn diff" in the
>> right way to show such changes, which is not exactly obvious. The best
>> way is to go and investigate your merge history and then choose specify
>> This requirement is fairly basic and comes up quite often -- I have
>> cd my-branch-wc
>> What does everyone think of the concept? The user interface? This
Perhaps you missed the point. Without '-g', "svn diff -g ^/subversion/trunk ." shows us the difference between the *current* state of trunk and the current state of our branch. That's fine if you've just moments ago done a catch-up and told everybody else to hold off committing for a short while; but the use case we're addressing here is where want the diff between an *older* state of trunk (whatever state we last caught up to) and the current state of our branch.
- Julian
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.