Maven POM import and VCS (Subversion)
I manage my IntelliJ projects via the Maven Projects tab, adding and removing POM files as necessary. This works great except for one big problem...Version Control. Adding a project in the Maven Projects tab does not automatically add the project to the VCS configuration. I have to manually go to the Settings dialog, under Version Control and add my project.
Is there a way for IntelliJ to automatically detect the VCS system for a project...either via the POM file <scm> section or by detecting the .svn directory?
IntelliJ 9.0.3
Subversion 1.4.4/1.6.13 (upgrading to subversion 1.6 didn't make any difference)
Thanks!
David
请先登录再写评论。