I have several SVN projects link between each other. All my projects are structured that way (example):
- Project1 (folder)
- branches
- v1.1
- v1.2
- tags
- trunk
In eclipse, I just have to checkout SVN project and with a plugin, I can switch branch to trunk and trunk to branch and it switch automatically to the right folder. Eclipse SVN Branch
In IntelliJ, for example, I work in a branch. When I want to switch to the trunk, I can do that, but my project is still located at the folder of the branch. IntelliJ SVN Branch
My goal is, don't import the project per branch/trunk in IntelliJ (like in Eclipse) and see on which branch/ trunk I am working. Can you help me?
Thanks a lot.