Adding Schemas

New schemas can be associated with a repository when they're being created (manually or via schema load). Existing schemas can be associated with a repository when they're first touched (i.e. when you start editing a method).

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 copy all entities within the schema to the repository.

Last updated