IDEA subversion does not handle well working on multiple projects
I'm working simultaneously on 2 working copies of the same svn root, using 2 different idea projects (in different directories).
When i delete/create a file in one of them, IDEA prompts me to add/delete it from subversion ... but using the default project (eg : I press the "del" key on the project explorer in one project window and the other window takes focus, displaying a subversion dialog, and actually scheduling the svn action in the wrong working copy !!)
Please sign in to leave a comment.
Hello Thibaut,
IDEADEV-15103
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I checked how my projects are setup
here it is
]]>
project1.ipr
projectModule1Folder (mapped to svn /trunk)
projectModule1.iml
project2Folder (mapped to svn /trunk)
projectModule2.ipr
projectModule2.iml
So the iml are not overlapping, nor their content roots.
But the second project ipr file is indeed "under" the first one's owning folder.
Not sure if this helps pinning down the problem ?
(I udpated the Issue description with the above info)