-M Option (Command Line)

Enables exclusive checkouts for the specified file. The following table lists ways to use the -M option.

  • -M
    Disables exclusive checkouts.
  • -M-
    Allows an exclusive checkout for an individual file.

Remarks

Checks out the file File.txt in multiple checkout mode:

ss Checkout $/file.txt -M

Checks out File.txt in exclusive checkout mode:

ss Checkout $/file.txt -M-

See Also

Reference

Checkout (Command Line)

Other Resources

Command Line Commands
Command Options