set
Sets CCRC WAN
server preferences
Applicability
Product |
Command type |
---|---|
ClearCase® Remote Client | rcleartool subcommand |
Platform |
---|
UNIX |
Linux |
Windows |
Synopsis
Description
The set command sets CCRC WAN server preferences. By default, set lists the current settings and the pathname of the preference file.
Options and arguments
- -pref/erence preference-key -val/ue key-value or preference-key = key-value
- The preference that is to be set and the value that it is to assume.
Preference key Key value Default SERVER_URL The URL of the preferred server (for example, http://server:port/ccrc). None CLEARCASE_PRIMARY_GROUP The ClearCase primary group. See the env_ccase reference page. None CLEARCASE_GROUP_LIST The ClearCase group list. CLEARCASE_GROUP_LIST is similar to CLEARCASE_GROUPS, but takes a comma-separated list instead of a semicolon-separated list. None PROXY_HOST The URL of the proxy host. None PROXY_PORT The port of the proxy host. None PERSIST_SESSION_STATE The persistence of the credentials state. TRUE specifies that a session cookie is stored on disk to allow command execution to proceed for the length of the session. FALSE specifies that no session cookie is stored; therefore, you must supply your credentials for every command that you issue. TRUE NON_LATEST_CHECKOUT NON_LATEST_CHECKOUT can assume the following values: - PROMPT specifies that a warning is to be issued when a non-latest version is checked out.
- LOADED specifies that the loaded version is to be checked out, even if it is not selected by the view configuration specification.
- LATEST specifies that the version selected by the view configuration specification is to be checked out; if that version is not loaded, load it before checking it out.
PROMPT