Create a repository in the CodeMatrix database.
Overview
A repository is a physical store in which CodeMatrix holds
controlled objects. Creating a repository determines the
physical location of the database files on a server.
Syntax
| |
rep[ository] <name> <server
folder> <description> |
Parameters
| name |
The name of the new
repository, this will be created in the global root
folder (//) |
| server folder |
The folder on the server
where the repository will be placed, this folder must
not exist |
| description |
A free format text
description |
Example
| |
repository bigproject c:\cx\bigproject
"a repository for big project"
|
|