ok, just spent two hours trying to find a way to show a proper diff for such a "normal (+)" file, but then I realized it's simply not possible. I try to explain: Subversion has very weak support for renames/moves. While it *does* record a move, it does so only in the revision the move occurred. Now, when you do a merge, that move information is lost because a merge is basically applying a diff to a working copy. So when you merge, the moved folder is merged as "added" with the copy-from info set to the branch that's merged in, and the old folder is simply deleted. Which means the information that the folder got renamed is lost in the merge.
so basically there's nothing I can do here. Sorry. -- 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/4b80e334-f682-45f0-8c6d-41621a4d4e0dn%40googlegroups.com.
