Perforce Visual Studio 从源代码管理打开错误
我有一个现有的 perforce 解决方案,其中包含前员工签入的多个项目(不确定它是否已签入/使用 VS 添加),当我尝试通过 scc 插件在 Visual Studio 2010 中打开该解决方案时,我得到以下信息错误:
解决这个问题的方法是什么?
“无法从源代码管理中正确打开您选择的项目。
您正在尝试打开未使用 Microsoft Visual Studio 添加到源代码管理的解决方案或项目。Microsoft Visual Studio 仅在添加解决方案时才支持从源代码管理打开解决方案 (或绑定)使用 Microsoft Visual Studio。 最初添加解决方案的用户必须使用“更改源代码管理”命令将解决方案绑定到当前位置的源代码管理。”
I have an existing perforce solution with multiple projects that a former employee checked in (not sure if it was checked in/added with VS or not) and when I try to open the solution in Visual Studio 2010 via the scc plugin I get the following error:
What is the fix for this?
"The project you have chosen cannot be correctly opened from source control.
You are attempting to open a solution or project that was not added to source control using Microsoft Visual Studio. Microsoft Visual Studio supports opening solutions from source control only when they are added (or bound) using Microsoft Visual Studio.
The user who initially added the solution must use the Change Source Control command to bind the solution to source control in its current location."
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在VS 2010中打开解决方案。
然后打开文件->源代码控制 ->更改源代码控制
在此对话框中,您可以将解决方案绑定到 p4 服务器。
Open the solution in VS 2010.
Then open File -> Source Control -> Change Source Control
In this dialog you can bind the solution to the p4 server.