The delimiter is the character that separates the project
or object name and version values. Use it to separate the project
name from the version when creating the initial work area path for
a project.
Before you begin
You must be in the ccm_admin role to
set the delimiter.
About this task
ccm delim|delimiter version_delimiter
- version_delimiter
- Specifies the new version delimiter to be used.
Example
- The display name,
object name, and work area path use the delimiter to separate the
name from the version. For example, your project work area might be
in the following location.
Windows: c:\users\sue\ccm_wa\ccmint22\hello-sue
UNIX: linda/ccm_wa/ccmint22/hello-sue
ccm delimiter
Change the delimiter
between the file name and version to a comma by using the ccm
delim command.
ccm delim ","
When
you create a project (for example, goodbye,sue),
your project work area is in the following location.
Windows: c:\users\sue\ccm_wa\ccmint22\goodbye,sue
UNIX: ~linda/ccm_wa/ccmint22/goodbye,sue
- Suppose you want to reference the work area version of a csrc file, poly.c,2,
even though you have version 3 (poly.c,3) in your
work area. If your delimiter is set to a comma, you might specify
the file as follows.
ccm properties poly.c,2
ccm properties poly.c:2