Documentation

Support

Unity Version Control

SHOWOWNER

Show owner information with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago

Description

Shows the owner of an object.

Usage

cm showowner | so <object_spec>

Options

Option / Argument

Description

object_specSpecification of the object to show the owner of. The object must be one of the following: repository server, repository, branch, changeset, label, attribute, revision, and item. (Use 'cm help objectspec' to learn more about specs.)

Help

Remarks

This command displays the owner of an object. The owner can be a user or a group. The owner can be modified with 'cm setowner' command.

Examples

cm showowner repserver:PlasticServer:8084
(Shows the owner of the selected server.)
cm so item:samples\
(Shows the owner of the selected item specification.)