Visual Studio 2008 和 Visual Studio 2008必然。我的 .vspscc 文件在哪里?

发布于 2024-09-04 20:31:14 字数 224 浏览 7 评论 0原文

我使用 Visual Studio 2008 和 Perforce。 当我将项目绑定到 perforce 时(文件 -> 源代码管理 -> 更改源代码管理 -> 绑定), Visual Studio 抱怨“~.vspscc 文件不受源代码控制”。 我应该为自己创建该文件,还是由 Visual Studio 创建该文件? 如果它是由 Visual Studio 创建的,为什么它会抱怨呢?

提前致谢。

I use Visual Studio 2008 and Perforce.
When I bind my project to perforce(File -> Source Control -> Change Source Control -> Bind),
Visual Studio complain like "~.vspscc File is not under source control".
Should I create that file for myself, or is that file created by Visual Studio?
If it is created by Visual Studio, why does it complain about it?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

计㈡愣 2024-09-11 20:31:14

如果要将项目添加到源代码管理,您应该右键单击解决方案资源管理器中的解决方案名称,然后选择“将解决方案添加到源代码管理...”

这会将所有文件添加到 Perforce(或您所在的任何源代码管理系统)使用)并创建必要的支持文件并将它们置于源代码控制之下。

仅当您更改正在使用的源代码管理系统时,才会使用“更改源代码控制”选项。例如,如果您在 Perforce 中有一个项目,在 Subversion 中有另一个项目。

If you are adding a project to source control you should right click over the solution name in the Solution Explorer and select "Add Solution to Source Control..."

This will add all the files to Perforce (or what ever source control system you are using) and create the necessary support files and put them under source control as well.

The Change Source Control option is only used when you are changing which source control system you are using. For example if you have one project in Perforce and another in Subversion.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文