FIX: Visual SourceSafe Hangs With Recursive Get on $/ With Label (196599)
The information in this article applies to:
- Microsoft Visual SourceSafe for Windows 6.0
This article was previously published under Q196599 SYMPTOMS
Visual SourceSafe (VSS) hangs when performing a recursive GET of a labeled
version of the root project ($/).
RESOLUTION
To work around this problem, select Options from the Tools menu in the Visual SourceSafe (VSS) Explorer, and click 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, do not use the -r switch. Use wildcards in the command. For example, if the command that is failing is as follows:
ss get $/ -r -vlbeta1
use this:
ss get $/*.* -vlbeta1
There is no workaround in the Visual SourceSafe Explorer.
STATUSMicrosoft 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 INFO: Visual Studio 6.0 Service Packs, What, Where, Why
194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed
Modification Type: | Minor | Last Reviewed: | 2/11/2005 |
---|
Keywords: | kbBug kbCommandLine kbfix kbSSExplorer kbVS600sp3fix KB196599 |
---|
|