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!


0
3 comments

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

0

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.

0
Avatar
Permanently deleted user

Thanks guys. That makes sense.

"Colin Fleming" <no_reply@jetbrains.com> wrote in message
news:30234848.106881256115722425.JavaMail.clearspace@app8.labs.intellij.net...

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.

>

---
Original message URL:
http://www.jetbrains.net/devnet/message/5247559#5247559


0

Please sign in to leave a comment.