Microsoft KB Archive/248691

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 17:14, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


INFO: DDUPD Takes Data Folder Rather Than Srcsafe.ini File on Command Line

Article ID: 248691

Article Last Modified on 5/1/2001



APPLIES TO

  • Microsoft Visual SourceSafe 6.0 Standard Edition



This article was previously published under Q248691

SUMMARY

The DDUPD utility in Visual SourceSafe 6.0 requires the user to provide the path to the data folder, not the path to the Srcsafe.ini file.

MORE INFORMATION

The DDCONV utility can take as an argument either the path to the data folder or, by using the -m switch, the path to the Srcsafe.ini file:

DDCONV ..\data

DDCONV C:\Program Files\Microsoft Visual Studio\Common\VSS\Data

DDCONV -m ..\SrcSafe.ini

DDCONV -m C:\Program Files\Microsoft Visual Studio\Common\VSS\SrcSafe.ini


The DDUPD utility can only take the path to the data folder:

DDUPD ..\data

DDUPD C:\Program Files\Microsoft Visual Studio\Common\VSS\Data


Keywords: kbinfo KB248691