Microsoft KB Archive/131447: Difference between revisions

From BetaArchive Wiki
m (Text replacement - ">" to ">")
m (Text replacement - """ to """)
 
Line 68: Line 68:
                 </pre>
                 </pre>
Use the -o switch to redirect the output of the SS PHYSICAL command to a text file. For example:
Use the -o switch to redirect the output of the SS PHYSICAL command to a text file. For example:
<pre class="fixed_text">      SS PHYSICAL -r $/ &quot;-o@Filename.txt&quot;
<pre class="fixed_text">      SS PHYSICAL -r $/ "-o@Filename.txt"
                 </pre>
                 </pre>
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.txt.
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.txt.

Latest revision as of 10:02, 21 July 2020

Knowledge Base


HOWTO: Use PHYSICAL Command to Find SourceSafe Database File

Article ID: 131447

Article Last Modified on 2/24/2005



APPLIES TO

  • Microsoft Visual SourceSafe 4.0 Standard Edition
  • Microsoft Visual SourceSafe 5.0 Standard Edition
  • Microsoft Visual SourceSafe 6.0 Standard Edition
  • Microsoft SourceSafe
  • Microsoft SourceSafe
  • Microsoft Visual SourceSafe 3.04
  • Microsoft Visual SourceSafe 3.1 Standard Edition
  • Microsoft SourceSafe
  • Microsoft SourceSafe



This article was previously published under Q131447

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.txt"
                

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.txt.


Additional query words: SourceSafe vss vbwin SS SRCSAFE

Keywords: kbhowto kbfaq KB131447