From: Date: July 3 2009 6:57pm Subject: svn commit - mysqldoc@docsrva: r15575 - trunk/workbench List-Archive: http://lists.mysql.com/commits/77932 Message-Id: <200907031657.n63GvZZ1004280@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: tbedford Date: 2009-07-03 18:57:35 +0200 (Fri, 03 Jul 2009) New Revision: 15575 Log: Added a little more info, plus another screenshot. Updated dependencies. Modified: trunk/workbench/Makefile.depends trunk/workbench/forward-engineering.xml Modified: trunk/workbench/Makefile.depends =================================================================== --- trunk/workbench/Makefile.depends 2009-07-03 16:35:08 UTC (rev 15574) +++ trunk/workbench/Makefile.depends 2009-07-03 16:57:35 UTC (rev 15575) Changed blocks: 4, Lines Added: 8, Lines Deleted: 0; 2159 bytes @@ -126,6 +126,8 @@ ../common/fixedchars.ent \ ../refman-common/urls.ent \ all-entities.ent \ + images/published/wb-database-diff-report-wizard-report.png \ + images/published/wb-database-diff-report-wizard-sources.png \ images/published/wb-database-synchronize-wizard-diff-direction-arrow.png \ images/published/wb-database-synchronize-wizard-diff-direction-ignore.png \ images/published/wb-database-synchronize-wizard-diff-direction-model.png \ @@ -144,6 +146,8 @@ version.ent \ workbench.ent forward_engineering_IMAGES = \ + images/published/wb-database-diff-report-wizard-report.png \ + images/published/wb-database-diff-report-wizard-sources.png \ images/published/wb-database-synchronize-wizard-diff-direction-arrow.png \ images/published/wb-database-synchronize-wizard-diff-direction-ignore.png \ images/published/wb-database-synchronize-wizard-diff-direction-model.png \ @@ -648,6 +652,8 @@ images/published/wb-application-layout.png \ images/published/wb-connection-wizard1.png \ images/published/wb-connection-wizard2.png \ + images/published/wb-database-diff-report-wizard-report.png \ + images/published/wb-database-diff-report-wizard-sources.png \ images/published/wb-database-synchronize-wizard-diff-direction-arrow.png \ images/published/wb-database-synchronize-wizard-diff-direction-ignore.png \ images/published/wb-database-synchronize-wizard-diff-direction-model.png \ @@ -720,6 +726,8 @@ images/published/wb-application-layout.png \ images/published/wb-connection-wizard1.png \ images/published/wb-connection-wizard2.png \ + images/published/wb-database-diff-report-wizard-report.png \ + images/published/wb-database-diff-report-wizard-sources.png \ images/published/wb-database-synchronize-wizard-diff-direction-arrow.png \ images/published/wb-database-synchronize-wizard-diff-direction-ignore.png \ images/published/wb-database-synchronize-wizard-diff-direction-model.png \ Modified: trunk/workbench/forward-engineering.xml =================================================================== --- trunk/workbench/forward-engineering.xml 2009-07-03 16:35:08 UTC (rev 15574) +++ trunk/workbench/forward-engineering.xml 2009-07-03 16:57:35 UTC (rev 15575) Changed blocks: 1, Lines Added: 37, Lines Deleted: 0; 1697 bytes @@ -569,6 +569,43 @@ Compare and Report Differences in Catalogs wizard. + + Having started the wizard the first step is to specify the + catalogs you wish to compare. For example, you may simply wish to + comapre your live database against your current &workbench; model: + + +
+ Catalog Sources + + + + + + Catalog Sources + + +
+ + + You then proceed through the wizard, providing connection + information if accessing a live database. The wizard will then + produce a catalog diff report showing the differences between the + compared catalogs: + + +
+ Catalog Diff Report + + + + + + Catalog Diff Report + + +
+