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?

  1. take both versions
  2. merge thier xml using script
  3. create new diagram script override old versions.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -