Hi, when i import my multi module maven project, Intellij (idea) seems to recognize that some of the directories and files originate from my git repository.
Other directories and files have no association with git, in fact Idea seems to think that files are associated with an .svn repo. Even though there is no .svn directory in the project hierarchy at all.
I am including two screen shots that illustrate the problem.
Note that in the first screen shot (git.png), when i right click on my artifact i get a 'Git' menu.. and i can do things like compare against latest version in repo and all that stuff..
works fine..
However, when i click on other artifacts like the one shown in svn.png (attached) it shows 'SVN' as the backing SCM repository. Note also that if i were to import the maven subproject called ecens-graph-api
without the parent, then the proper associations are made with git and right clicking on items in that imported project will work correctly (i.e., the pop menus allow me to perform git operations on the targeted file system
artifact.
any help greatly appreciated. If i am forced to use Git, at least i would like my IDE to help me through the experience.
- chris
idea build 117.798