On 15/10/13 15:14, Andrew Reedick wrote:


-----Original Message-----
From: Alfred Perlstein [mailto:bri...@mu.org]
Sent: Tuesday, October 15, 2013 9:55 AM
To: Gabriela Gibson; John Maher
Cc: users@subversion.apache.org
Subject: Re: How to display the code in my branch without merge changes?

...snip...


If you are fully up to date with merges, then you should just be able to
diff against trunk.    That should show you the differences between your
branch and the trunk (net changes).

And if you aren't fully up to date, you can use a peg revision to limit trunk to the last 
merge, e.g. if r100 was the last merge to branch, and trunk is now at r999, then 
"svn diff ^/trunk@100".


Many thanks to everyone for the help,

svn diff ^/subversion/trunk@1531612 ^/subversion/branches/invoke-diff-cmd-feature

finally hit the spot! :)

Gabriela

Reply via email to