In my ancient pre-windows days, I used to do a complete branch diff before reintegrating into trunk to make sure everything looked good. Well, you can still do it in TortoiseSVN in three easy steps:
- Open Repo Browser
- Navigate to the first branch, right click, and select Mark for comparison
- Navigate to the second branch, right click, and select Show differences as unified diff
Little tidbit I didn’t know existed in Tortoise until today. Enjoy!