Microsoft KB Archive/180945
Article ID: 180945
Article Last Modified on 3/11/2005
APPLIES TO
- Microsoft Visual SourceSafe 5.0 Standard Edition
- Microsoft Visual SourceSafe 6.0 Standard Edition
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 5.0 Enterprise Edition
- Microsoft Visual C++ 6.0 Enterprise Edition
- Microsoft Visual C++ 5.0 Professional Edition
- Microsoft Visual C++ 6.0 Professional Edition
This article was previously published under Q180945
SUMMARY
This article describes how to disconnect a Visual C++ project from source control without removing the project from the source control database.
MORE INFORMATION
The following steps give instructions on how to manually disconnect a Visual C++ project from source control. We recommend that you do this only if you are experiencing extraordinary circumstances that you cannot work around. One such instance may be that you receive the error message:
To disconnect a Visual C++ 4.x project from source control:
- Close the workspace containing the project in Developer Studio.
- Delete the .mdp file for the workspace.
- Delete the Mssccprj.scc file in the same directory with the .mdp for the workspace.
To disconnect a Visual C++ 5.0 project from source control:
WARNING: Editing the project (.dsp) and workspace (.dsw) files could render these files unreadable by Developer Studio. Edit these files only in the way prescribed in this article. Always make a backup of these files before editing them.
- If you have a workspace open containing the project in Developer Studio, close the workspace.
- Open the workspace file (.dsw) in a text editor. Remove the following lines and everything in between them: begin source code control end source code control
- Save the workspace file.
- Open the project file (.dsp) in a text editor. Remove the two lines that begin with the text below:
# PROP Scc_ProjName
- PROP Scc_LocalPath
- PROP Scc_LocalPath
- Save the project file.
- Delete the workspace options file (.opt).
- Delete the Visual SourceSafe data files, Mssccprj.scc and vssver.scc, if they exist.
- Open the workspace containing the project in Developer Studio. The project should no longer be under source control.
Keywords: kbhowto KB180945
南来地,北往的,上班的,下岗的,走过路过不要错过!
======================个性签名=====================
之前认为Apple 的iOS 设计的要比 Android 稳定,我错了吗?
下载的许多客户端程序/游戏程序,经常会Crash,是程序写的不好(内存泄漏?刚启动也会吗?)还是iOS本身的不稳定!!!
如果在Android手机中可以简单联接到ddms,就可以查看系统log,很容易看到程序为什么出错,在iPhone中如何得知呢?试试Organizer吧,分析一下Device logs,也许有用.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 周边上新:园子的第一款马克杯温暖上架
· Open-Sora 2.0 重磅开源!
· .NET周刊【3月第1期 2025-03-02】
· 分享 3 个 .NET 开源的文件压缩处理库,助力快速实现文件压缩解压功能!
· Ollama——大语言模型本地部署的极速利器
2019-09-12 Android自定义TopBar标题栏和StatusBar状态栏