We're using Git for source control, and Jira for issue management. The Jira plugin requires the Subversion plugin, so I can't disable subversion (I realize I may have to bug Atlassian about changing that).
I switch between branches frequently that build different maven modules, so IDEA adds & removes modules when I switch. Whenever a module is added, a Subversion VCS root is added for the module...so every time I switch branches I have to open preferences, go to Version Control, and delete all the subversion roots (otherwise everything shows in red for those modules and Git integration won't work).
Is there any way to keep the Subversion plugin from adding VCS roots for new modules?