tags:

views:

33

answers:

1

I'm using Eclipse's graphical diff tool to merge two different branches of a Subversion-hosted project into the workspace.

Line-level differences are simple; I can just click the "Copy Current Change" or "Copy All Non-Conflicting Changes" buttons.

But how do I use the diff tool to copy over file-level differences, i.e. files that exist in a branch repository but not in the workspace?

+1  A: 
VonC