c# - 意外编辑文件时禁用 Visual Studio 2010 中的自动 checkout

标签 c# visual-studio-2010

由于意外的击键,我最终在浏览 C# 项目时检查了很多文件。是否可以禁用 checkout ,以便只有当我明确地从 perforce checkout 文件时,它才允许我进行编辑?

最佳答案

Tools -> Options -> Source Control -> Environment

可以看到“已 checkin 项目”部分。在编辑下拉列表中选择“提示 checkout ”

enter image description here

关于c# - 意外编辑文件时禁用 Visual Studio 2010 中的自动 checkout ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13486443/

相关文章:

c# - 服务层和存储库关系

c# - 在 Outlook 2010 上访问电子邮件时获取 COMException

c++ - 替换 boost::mutex

c++ - 如何选择要链接的 Poco 库版本?

c# - c#中的压缩字符串

c# - 无法在 Oracle 中使用 Fluent Nhibernate 获取间隔

c# - foreach 循环内的 for 循环的 linq

javascript - 从其他页面重定向时警报未执行

c++ - 在 Debug 中覆盖 memcpy 工作但在 Release 中不工作?

c# - 如何简化这段代码?