INFO:Description of the Properties/About Command Line CommandsLast reviewed: February 27, 1997Article ID: Q148512 |
|
4.00 4.00a 5.00
WINDOWS
kbprg
The information in this article applies to:
SUMMARYThis article describes two commands (Properties and About) that are new in Visual SourceSafe 4.0. These commands are available only from the command line. They provide useful information and can be used as debugging tools.
MORE INFORMATION
About CommandThe About command displays information about the version of SourceSafe that you are currently using. It lists the same information as the About Box in the Graphical Interface product. Output from the About command looks like this:
G:\vss40svr\win32>ss about
Microsoft (R) SourceSafe Version 4.00
Copyright (C) Microsoft Corp. 1994-1995. All rights reserved.
Version 4.00 (Build 0822)
The About command uses the switches -H, -I-, -O, -Y, and -?. For more
information about these switches, click "List of Commands and Options" in
Appendix A of Books Online.
Properties CommandThe Properties command displays attributes about a file or a project. It lists the name of a file, the path to a project, the size, the latest version and date, and comments. This command gives additional information for files: the file type, its size in bytes and lines, and the status of the "Store only latest version" setting. Use the following syntax to call the Properties command:
SS PROPERTIES <SSafe Item> [-B] [-F-] [-H] [-O] [-R] [-L] [-N]
[-I-] [-Y]
Switches are defined as follows:
The output from the Properties command for a file looks like this:
G:\vss40svr\win32>ss properties skel.c
File: $/cclass/SKEL.C
Type: Text
Size: 948 bytes 18 lines
Store only latest version: No
Latest:
Version: 1
Date: 8/03/95 3:56p
Comment: Test project
The output from the command line for a project looks like this:
G:\vss40svr\win32>ss properties $/cclass
Project: $/CCLASS
Contains:
103 Files
0 Subproject(s)
Latest:
Version: 104
Date: 8/03/95 3:57p
Comment: Test project
|
KBCategory: kbprg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |