-L Option (Command Line)
Specifies labels for files or projects for many commands. For the Checkout command, this option enables or disables the checkout local version feature. For the Merge command, this option indicates that the merge is local and results are to be left checked out in the working folder.
The following table lists ways to use the -L option.
- -L
Shows versions of files or projects that have labels. For the Checkout command, this option enables checkout local version. For the Merge command, this option indicates that the merge is local and results are to be left checked out in the working folder.
- -L<name>
Shows versions of files or projects with the specified label.
- -L-
For the Checkout command, disables checkout local version and allows checkout of the current database version
Examples
Finds a file with the version 2.00b:
ss FindinFiles -L2.00b
Checks out the current database version of File.txt:
ss Checkout $/file.txt -L-
Checks out the local version of File.txt:
ss Checkout $/file.txt -L
See Also
Reference
Checkout (Command Line)
Merge (Command Line)