Stakeholders: - Uwe Steinke The underlying problem: - Prevent concurrent editing - Prevent inconsistent model states - Prevent corrupt models - Prevent merge operations in the first place Possible Solutions: - Model Store (CDO or EMFStore) - File-based version system with locking (e.g. Subversion) - Improve merging (e.g. EMF Compare) - Break down the models in as many files as possible