I'm using Eclipse with my projects in an SVN repository in a structure like this:
trunk +- module1 +- module2
Using the Team Synchronization perspective, I can update individual projects, and merge also works on the projects themselves. Is there a way to do the same on the root level instead of on the project level?
I'm using Subversive, but could be persuaded to use Subclipse if it could do this.