Microsoft KB Archive/250834

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 13:51, 21 July 2020 by X010 (talk | contribs) (Text replacement - """ to """)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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