A Visual SourceSafe command line entry consists of: "ss" representing the SS utility), the command name (for example, Checkout), files or projects (items) for the command to act on, and command options. When performing a command, the SS utility examines the options you provide for the command, along with current settings for initialization variables and environment variables. The syntax for command line entry is:
ss <command> <items> [options]
- command
-
Specifies one of the Visual SourceSafe command line commands. For a complete list and technical description of all Visual SourceSafe commands, see Command Line Commands.
- items
-
Specifies items on which the command operates. An item varies depending on the particular command. For example, for the Get command, an item is a file or project from the Visual SourceSafe database. However, for the Add command, an item is a file or folder on your computer. Most commands allow you to specify more than one item.
- options
-
Specifies options to modify the action of a command.
Note |
|---|
| You do not have to type an entire command name for the Visual SourceSafe command line to recognize it. You only need to enter enough of the name for it to be distinguishable from all other commands. Usually, typing the first two or three characters is sufficient. |