|
In order to use CodeMatrix one or more repositories must
be created in addition to the automatically created
special repository '//Admin'. A repository specifies a
base name in the CodeMatrix name space, and the physical
storage used on the server. A repository has the same
properties as a branch and as such can be used as a
development strand.
Creating a repository is a simple process.
1) Decide the physical folder to be used on
the server to hold the repository's contents.
2) Decide the name.
3) Execute the
cx
repository command.
Example
| |
cx repository website
c:\website
"a repository for website project"
|
|