Adding Schemas

New schemas can be associated with a repository when they're being created (manually or via schema load). For existing schemas, using the console extract command is recommended for migration purposes, however these may also be added to a repository when they're first touched (i.e. when you start editing a method), if not already associated with a repository.

In all scenarios you're prompted to select which repository you'd like to associate the schema with. You may also decide to exclude the schema from source control, in which case any changes to the schema will be ignored by source control.

Committing

When a schema is associated with a repository, a change is recorded against the current branch to add the schema. On commit, a deep extract of the schema is performed to save all schema entities to the repository.

Last updated