We are using gitHub to version-control our model.
If 2 users in two clones of the same model create a relation, it happens, that the names of the relations are identical ("Relation_nnn", nnn incremented automatically). After commit, push and merge, we have two relations (in two files, different ids) with the same name. The modeler handles this by adding "v1" for the display to one of the names. BUT it does not store this unless you change something in the relation.
The same could happen with every element, having unique names.
This inconsistency (2 identical relation-names) remains in the xml-files. As we analyse these files for further usage, we run into trouble.
Any idea, how we can avoid duplicate names?