On Wednesday, November 15, 2017 at 12:05:59 AM UTC+1, Charles Wilt wrote: > > > > On Tuesday, November 14, 2017 at 11:44:16 AM UTC-7, Stefan wrote: >> >> >> >> >> You're comparing the HEAD revisions of your branch with the HEAD revision >> of trunk. So what you get is the difference between those two - anything >> that's different will show up. >> >> Stefan >> > > What you're saying seems to agree with what I see in the logs.... > > But I thought the whole purpose of a "sync merge" from trunk to my branch > was to bring the changes made in the trunk down into my branch? > > Is there some way in the repo browser to compare trunk to branch and see > just what's been changed in the branch? >
Sure: show the log for the branch, select the HEAD-revision, scroll down to the first revision of that branch and Ctrl-Click that revision (so that both that and the HEAD revision are selected). Then right-click and choose "Show differences" and you'll get a diff for the changes you've done on that branch. Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/a2aa6c37-14cd-45af-8acc-bb899839b4a6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
