xml - How can I merge mysql workbench (*.mwb) diagram with git If I know how to make a text representation of it? -
first of all, i'm using git , mysql workbench.
i've found mysql workbench diagram (*.mwb file) .zip archive contains .xml file description of tables. diagram binary file.
i wrote simple script extracts xml , makes oppisite action. know how tell git want use script show difference between 2 versions of diagram.
but how can tell git make merge based on next scenario?
- take both versions
- merge thier xml using script
- create new diagram script override old versions.
Comments
Post a Comment