project_subdir_template

Set Option: Model object attribute or ccm set command or Options dialog box

Changes the default template defining the project-specific directory of your work area path. Setting this option affects the work area path for projects created after the setting has been saved; it does not change the work area path of existing projects.

When changing the value of this option from the command line, you set the project_subdir_template variable. This automatically sets the option for the given platform where your interface is running - either UNIX or Windows. The setting is persistent and applies to all sessions on all clients for the given user in the given database.

When changing the model-wide default setting, you need to append _unix or _windows to the name of the attribute, to indicate whether the template applies to Windows or UNIX work areas. For example, to set a model-wide template for UNIX work areas, you would create an attribute called project_subdir_template_unix.

This option is available in the Options dialog box as Add project-specific directory. This setting is also persistent and applies to all sessions on all clients for the given user in the given database.

These keywords are valid:

%project_name replaces %project_name with the new project name.
%project_version replaces %project_version with the new version.
%release replaces %release with the new release value.
%platform replaces %platform with the new platform name.
%delimiter replaces %delimiter with the new delimiter.

The default is %project_name%delimiter%project_version.

If you need to change the non-project-specific portion of the work area path, see wa_path_template.

For information about how to set model attribute options, see Setting model object attribute options.

For information about how to set options using the set command, see Set options using the ccm set command.


Feedback