DB Designer had a lot of bugs but one outstanding feature was that database models were saved in plain XML by default.
This allowed a user to diff file versions via SVN or Beyond Compare, easily finding any changes made to the database.
Unfortunately, DB Designer's succsssor, MySQL Workbench, stores files in a proprietary MVW file format, which is unreadable.
Is it possible to force MySQL Workbench to save as XML?