I am using the subeclipse plugin for eclipse for SVN. My project looks like this:
ProjectName \
- branches
- special_
- tags
- trunk
Currently, I extracted the project from special_, and I changed and added one class, how can I combine the code that I updated / added in trunk? I will take everything into account

source
share