Automatically add submodules into version control
已回答
I have a multimodule Gradle project, but each sub-module comes from different SVN Repository. After importing such project into IntelliJ I have to add each module manually into version control.
Is it possible to configure IntelliJ in the way, that it would automatically recognise SVN Root of each sub-module ?
ps. I am on 2018.03 and I have the impression, that choosing "Project" from "Add VCS Directory Mapping" would do it, but it does not always work, so I'm not sure what it's for....
Thanks,
Maciej
请先登录再写评论。
The <Project> mapping is exactly what you need. There is a tooltip, btw, that explains what the mapping means.
However, it should be set on Import automatically, probably it does not happen due to the bug reported at https://youtrack.jetbrains.com/issue/IDEA-197630
cool - thanks!