I have a large data model that is stored in Git and shared between multiple developers.
We see that OSDDM tend to make changes in some of the files even if we have not done any changes. The only action has been to open the diagrams.
Below is an example of the filename and a element that is normally changed. The change it self is the vid_source and/or vid_target attribute, which get new values each time. Can be the same user that opens the model twice in a row. For this specific file it is done on more then 200 elements.
Now we wonder why this is happening and if this is something to worry about before we commit the code?
Example file: rel/8A10EA6F-C84D4C5B78CA/subviews/6A169EF2-A93D-D314-4E5F-4C3BCDF7943A.xml
Example element: <Connector class="oracle.dbtools.crest.swingui.relational.TVFKRelation" oid="0217FD94-23E7-E0C0-F1D8-D200BFEC9849" otype="FKIndexAssociation" vid_source="B2859BE6-7357-DD51-8453-E12AA08A030A" vid_target="2DB62A7F-2E52-4031-6E7C-12DB3064D8C9">
Thanks, Kaj