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.
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-
Reference
Checkout (Command Line)
Other Resources
Command Line Commands
Command Options