Article ID: 197050 - Last Review: March 10, 2005 - Revision: 1.1

FIX: "Version Not Found" Error With Command Line GET

This article was previously published under Q197050

On This Page

Expand all | Collapse all

SYMPTOMS

In Visual SourceSafe (VSS), when doing a GET at the command line using the -r (recursive) and -vl (label) switches, you receive the following error and not all files are retrieved:
"version not found"

RESOLUTION

If all clients accessing the database are Visual SourceSafe version 6.0 or later, run DDUPD against the data directory to convert the database to the new format. If some clients are earlier versions of VSS, use the following workaround.

To work around this problem, select Options from the Tools menu. In the General tab, select the "Act on Projects Recursively" option (note that after changing this setting you must exit the VSS explorer for it to work on the command line). On the command line, use wildcards instead of the -r switch.

For example, if the command that is failing is:
ss get $/myproj -r -vlbeta1
				
then use:

ss get $/myproj/*.* -vlbeta1
				

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.

This bug was corrected in Visual Studio 6.0 Service Pack 3. For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:
194022  (http://support.microsoft.com/kb/194022/EN-US/ ) INFO: Visual Studio 6.0 Service Packs, What, Where, Why

194295  (http://support.microsoft.com/kb/194295/EN-US/ ) HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed

MORE INFORMATION

This problem occurs when using a Visual SourceSafe 6.0 client against a database that has not been upgraded to the Visual SourceSafe 6.0 format.

Steps to Reproduce Behavior

  1. Using the VSS 6.0 client, open a VSS 5.0-formatted database.
  2. Create a project ($/Project1/test).
  3. Apply label ("LABEL")to $/Project1.
  4. Run the following command:
    SS GET -R -VLLABEL  $/Project1
    					

REFERENCES

For additional information, please see the following article in the Microsoft Knowledge Base:
153925  (http://support.microsoft.com/kb/153925/EN-US/ ) FAQ: How Can I Find Out if My VSS Database Has Been Upgraded?

APPLIES TO
  • Microsoft Visual SourceSafe 6.0 Standard Edition
Keywords: 
kberrmsg kbbug kbfix kbssexplorer kbcommandline kbvs600sp3fix KB197050
 

Article Translations