History (Command Line)
Shows the history of a file or project in Visual SourceSafe. For definitions of the command options, see Command Options in this Help system.
Syntax
ss History <items> [-B] [-D] [-F-] [-H] [-I-] [-L] [-N] [-O] [-R] [-U<username>] [-V] [-Y] [-#] [-?]
Project Rights
You must have the Read project right to use this command.
Remarks
By default, the history of a project includes the histories of all its files. However, the project history does not include the histories of the subprojects.
Examples
Displays the history of the file Test.c:
ss History TEST.C
Displays the history of the project $/WORD:
ss History $/WORD
Displays the last three items in the history list for the current project:
ss History . -#3
Displays the last three items in the history of the file Test.c:
ss History TEST.C -#3