ACTIVATEUSER

Description

Activates a licensed user.

Usage

cm activateuser | au <user-name>[ ...] [--server=<rep-server-spec>]

Options

Option / ArgumentDescription
--server=<rep-server-spec>Activates the user in the specified server. If no server is specified, executes the command in the default server in the client.conf file. (Use 'cm help objectspec' to learn more about repserver specs.)
user-nameThe user name or user names to activate. Use double quotes (" ") to specify user names containing spaces. Use a whitespace to separate user names.

Help

Remarks

To activate a user, it must have been previously deactivated. By default, a user is activated the first time they perform a write operation in Unity VCS. The user is automatically activated only if the maximum number of users has not been exceeded.

(See the 'cm help deactivateuser' command for more information about deactivating Unity VCS users.)

Examples

cm activateuser john

cm activateuser david "mary collins"

cm au peter --server=localhost:8087