Database Repository Setup Dialog

Help index

Introduction

This source code manager uses a relational database for source code version management. It is currently being developed and cannot be used yet for serious project work.

For a general introduction to source code management, please consult the "Programmer's Guide to ST/X - Sourcecode & Revision Management".

Settings Dialog

Root Default

Specifies the root directory of the repository for all classes which do not belong to a module listed in the root-per-module list.
I.e. its the fallback root used for all other classes, not listed below.

Root per Module

In ST/X, class packages form a hierarchical tree and are mapped in the repository to source files located in subdirectories below the so called module root. The module itslef is specified by the first component of a package path. For example:
The "Array"-class is found in the "stx:libbasic" package.
Therefore, its module is "stx" and its version source files are found in the "libbasic" sub-directory, of the repository which has been associated to the "stx" module.

This allows placing different packages into a separate code repositories.


Copyright © eXept Software AG, all rights reserved


Doc $Revision: 1.4 $ $Date: 2012/06/02 07:28:22 $