Visual Studio 2008 和 Visual Studio 2008必然。我的 .vspscc 文件在哪里?
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果要将项目添加到源代码管理,您应该右键单击解决方案资源管理器中的解决方案名称,然后选择“将解决方案添加到源代码管理...”
这会将所有文件添加到 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.