Microsoft KB Archive/250834: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 52: Line 52:
== MORE INFORMATION ==
== MORE INFORMATION ==


For example, if you have a project named "$/Project1", and you want to list the files that are in the project on 5/17/1999, run the following command at a DOS command prompt:
For example, if you have a project named "$/Project1", and you want to list the files that are in the project on 5/17/1999, run the following command at a DOS command prompt:
<div class="indent">
<div class="indent">


Line 59: Line 59:


</div>
</div>
To get the same project at a label named &quot;TestLabel&quot;, run the following command at a DOS command prompt:
To get the same project at a label named "TestLabel", run the following command at a DOS command prompt:
<div class="indent">
<div class="indent">


Line 80: Line 80:


</div>
</div>
For more information, see the &quot;Directory (Command Line)&quot; topic in the Visual SourceSafe product documentation.
For more information, see the "Directory (Command Line)" topic in the Visual SourceSafe product documentation.


</div>
</div>

Latest revision as of 13:51, 21 July 2020

Knowledge Base


INFO: Create a File List of a Project at a Particular Time or Label

Article ID: 250834

Article Last Modified on 9/18/2002



APPLIES TO

  • Microsoft Visual SourceSafe 5.0 Standard Edition
  • Microsoft Visual SourceSafe 6.0 Standard Edition



This article was previously published under Q250834

SUMMARY

Obtaining a list of files that were in a project at a specific time is not directly supported by the Visual SourceSafe Explorer. The best way to get this information is to use the Visual SourceSafe command line; you can also use OLE Automation.

MORE INFORMATION

For example, if you have a project named "$/Project1", and you want to list the files that are in the project on 5/17/1999, run the following command at a DOS command prompt:

ss dir $/Project1 -vd5-17-99


To get the same project at a label named "TestLabel", run the following command at a DOS command prompt:

ss dir $/Project1 -vlTestLabel


REFERENCES

For more information, visit the following Microsoft Web site:

For more information, see the "Directory (Command Line)" topic in the Visual SourceSafe product documentation.

Keywords: kbinfo kbssexplorer kbautomation kbcommandline KB250834