I have a PyCharm Django project, versioned with SVN. Project itself been created via "Checkout from version control" function, and root of a project is a root of repository, so it includes trunk and branches.
My questions is:
- How to easily switch between feature-branches?
- Maybe Im missing something - what in that case good style to work with PyCharm and SVN?
ps
Branches in my case are created frequently - new one for every specific feature-set, and by completeness they reintegrates into trunk.
Ended up with this style: