Adi*_*Adi 10 visual-sourcesafe visual-studio-2008
我的一个项目是在SourceSafe下,我正在使用VS2008.最近我换了SVN.我删除了所有SS相关文件,并将源文件提交到SVN.无论如何,当我打开我的解决方案时,我仍然会得到这种无害而又烦人的消息(见下图):
The source control provider associated with this solution could not be found. The projects will be treated as not under source control.
Do you want to permanently remove the source control bindings from the projects?
Run Code Online (Sandbox Code Playgroud)

我回答了多次肯定并保存了所有文件,我关闭了解决方案并重新打开它.我总是得到这个消息.我在哪里可以手动删除那里留下的任何绑定?
Bri*_*eon 11
您需要触摸解决方案中的解决方案文件和每个项目文件.
在.sln文件中,您将看到以下需要删除的部分.
GlobalSection(SourceCodeControl) = preSolution
...
EndGlobalSection
Run Code Online (Sandbox Code Playgroud)
在.csproj文件中,您将看到以下需要删除的行.
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
5496 次 |
| 最近记录: |