I'm using subeclipse plugin for eclipse for SVN. My project looks like this :
ProjectName\
- branches
- special_
- tags
- trunk
I have currently checked out project from special_
and I've modified and added one class, how can I merge the code which I updated/added to trunk
? I'll take anything into consideration