HOWTO: Use PHYSICAL Command to Find SourceSafe Database File

Last reviewed: August 19, 1997
Article ID: Q131447

The information in this article applies to:

  • Microsoft Visual SourceSafe, versions 4.0, 5.0
  • Microsoft SourceSafe for Windows, versions 3.04, 3.1
  • Microsoft SourceSafe for Windows NT, versions 3.04, 3.1
  • Microsoft SourceSafe for MS-DOS, version 3.04, 3.1

SUMMARY

When debugging and troubleshooting, you may need to determine what file inside a project corresponds to a file in the SourceSafe database.

MORE INFORMATION

Use the following undocumented command lines:

      To Find                       Use This Command Line
      ------------------------------------------------------------------

      Project file                  SS PHYSICAL <Project Path>
      Certain file in a project     SS PHYSICAL <Project Path>/<FileName>
      All files in a project        SS PHYSICAL <Project Path> -R

Use the -o switch to redirect the output of the SS PHYSICAL command to a text file. For example:

      SS PHYSICAL -r $/ "-o@Filename.ext"

This command reports the physical names of all projects and files starting with the root project and directs this output to a file named Filename.ext.


Additional query words: SourceSafe vss vbwin SS SRCSAFE
Keywords : SourceSafe SRCSAFE SS vbwin vss kbhowto kbtshoot kbusage
Version : 3.04 3.10 4.00 5.00 | 3.04 3.10
Platform : MS-DOS NT WINDOWS
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 19, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.