IDEA directory format versus traditional IML/IPR format
I was curious if there was an advantage or disadvantage with one project
format over the other? Traditionally I've been using the IPR/IML format but
was intrigued why the IDEA directory format was introduced and what problem
it was trying to solve.
Thanks!
Please sign in to leave a comment.
there was at least one discussion of this topic just recently IIRC
e.g. one advantage is less merging conflicts for shared project settings due to split configuration files
One problem with shared IPR files is that if users have different plugins installed, IDEA will constantly add and remove the related configuration. This is a real pain if sharing the project in source code control.
Thanks guys. That makes sense.
"Colin Fleming" <no_reply@jetbrains.com> wrote in message
news:30234848.106881256115722425.JavaMail.clearspace@app8.labs.intellij.net...
>