BUG: Deploying a Labeled Version of a Web Project Returns "Version Not Found" (304539)



The information in this article applies to:

  • Microsoft Visual SourceSafe, 32-bit, for Windows 5.0
  • Microsoft Visual SourceSafe, 32-bit, for Windows 6.0

This article was previously published under Q304539

SYMPTOMS

When you are attempting to deploy a labeled version of a SourceSafe web project, use of ss deploy returns "Version not found" and does not deploy the files.

RESOLUTION

Use the ss get command with the -gl (to specify the deployment path) and -vl (to specify the labeled version) switches to deploy to a drive or UNC path. For example:

ss get $/"<project name>" -vl"<test label>" -gl"<deployment path>"

STATUS

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

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a project named Projecta in Visual SourceSafe.
  2. Add files to the project.
  3. Use the Admin utility to designate Projecta as a Web project (go to the Tools menu, click Options, and then click the Web Projects tab) and set the deployment path to C:\test.
  4. Add a label "testlabel" to Projecta.
  5. From the Vss/Win32 folder run the command line:

    ss deploy $/Projecta -vltestlabel

REFERENCES

For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:

169260 HOWTO: No Command Line Equivalent for Some Web Features

240052 HOWTO: Specifying a VSS Database Using the Command Line


Modification Type:MajorLast Reviewed:8/11/2001
Keywords:kbbug kbDSupport kbSSExplorer KB304539