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

java - Incorrect order of records in M-M relationship in hibernate -

command line - Use qwinsta in PowerShell ISE -

php - I want to create a website for polls/survey like this http://www.poll-maker.com/ -