On Tuesday, November 14, 2017 at 12:29:21 AM UTC+1, Charles Wilt wrote: > > Using TortiseSVN 1.9.5 > > I'm trying to compare the trunk to a branch created from the trunk. > > Inside the repo browser, I've right click on the branch and selected "mark > for compare" and then right-clicked on the trunk and selected "compare > URLs" (also tried "Compare URLs (content only)") > > Given that I'd just previously did a sync merge from branch to trunk, > using "Merge All" and committed those changes; I expected to only see the > objects that had been change just in my branch. > > However, I'm getting list of changes files which includes objects I > haven't touched in my branch. > > It appears from the log, they've been changed on the trunk. > > What am I doing wrong? Or misunderstanding about this process? >
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 -- 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/4d08a3ee-b701-4e49-902c-95a1a3357f24%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
