You might want to see an older version of your database design. Maybe to get the DDLs to create a database of that version or maybe to compare to another version of the database design or the data dictionary.

How to get that version from Subversion?

First select Team, Check Out…

v11_1

Enable Use Revision and press Select Revisions…

v11_2

Select the revision that matches your version and press OK.

Open the design from the working directory.

v11_3

Maybe you would like to get the DDLs to create a database of version 1.1?

Select File, Export, DDL File.

v11_4

Select the RDBMS Site wanted (for the SQL syntax).

v11_5

Select the elements you want in the DDL.

v11_6

See the SQL and if you like it press Save.

v11_7

Run the saved SQL script to your database.

Now you have a design of version 1.1 and a database with version 1.1 structures.