Work area path elements

A typical project work area path consists of a home directory location of a user, a work area subdirectory (for example, ccm_wa), the database name, the name and version of a project, and the root directory of the project.

Windows

The typical syntax for Windows users is:

home_dir\ccm_wa\database_name\project_name-version\project_name

For example, the following Windows path is for Joe’s baselib-joe project in the ccmdb219 database:

c:\ccm_wa\ccmdb219\baselib-joe\baselib

UNIX

The typical syntax for UNIX users is:

home_dir/ccm_wa/database_name/project_name-version/project_name

For example, the following UNIX path is for Joe’s baselib-joe project in the ccmdb219 database:

/users/joe/ccm_wa/ccmdb219/baselib-joe/baselib


Feedback