Lets say I had created a SVN branch Repo2018x out of branch Repo2018. Now after that, Repo2018 received commits say A and B, while Repo2018x received commits C and D. I want to see the code diff of the list of commits done to Repo2018x post its creation i.e. changes collected from commits C and D.
FYI, I am able to get the log but that's not something I want :
svn log --verbose --stop-on-copy $REPOSITORY/branches/feature