您可以在 Xcode 4 中禁用版本控制集成吗? [英] Can you disable version control integration in Xcode 4?

查看:29
本文介绍了您可以在 Xcode 4 中禁用版本控制集成吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用 Cornerstone 来管理我的 Subversion 存储库,所以我不需要 Xcode 的集成,而且我注意到 Xcode正在将大量与 SVN 相关的输出转储到我的控制台中(它识别出我的项目是本地 SVN 副本)...

I use Cornerstone for managing my Subversion repositories, so I don't need Xcode's integration, and I'm noticing Xcode is dumping loads of SVN-related output into my console (it recognises that my project is a local SVN copy)...

特别是,有很多错误:由于我的 svn:externals,您的工作副本返回了external"的 SVN 状态,我们(尚未)处理 消息.

In particular, there are loads of ERROR: Your working copy returned an SVN status of "external" that we don't handle (yet) messages due to my svn:externals.

这肯定会降低 IDE 的速度 - 有谁知道在 Xcode 4 中禁用 SVN 集成的任何方法?

This has to be slowing the IDE down - does anyone know of any way to disable the SVN integration in Xcode 4?

推荐答案

对了!这似乎永远阻止了它 - 只需将以下包重命名为 IDESubversion.ideplugin 以外的其他内容(我已将我的IDESubversion-DISABLED.ideplugin)重命名...

Right! This seems to stop it for good - simply rename the following package to something other than IDESubversion.ideplugin (I've renamed mine IDESubversion-DISABLED.ideplugin)...

Xcode 5.1+
这终于是一个内置的 Xcode 首选项 - 详情请参阅@MANIAK_dobrii 的回答.

Xcode 5/Xcode 4.3+:
/Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin

Xcode 4.0 - 4.2:
/Developer/Library/Xcode/PrivatePlugIns/IDESubversion.ideplugin

请注意,在 Xcode 4.0 &4.1(可能还有 4.2)重命名扩展似乎工作正常.但是,从 Xcode 4.3 开始,您可能需要保持扩展名不变,而是重命名包的名称部分(以避免人们在下面的评论中描述的启动错误).

Note that in Xcode 4.0 & 4.1 (and possibly 4.2) renaming the extension seemed to work fine. From Xcode 4.3 however, you might need to leave the extension intact, and rename the name portion of the bundle instead (to avoid the error on launch that people have described in the comments below).

提示:从 Xcode 4 中的项目中删除 git

这篇关于您可以在 Xcode 4 中禁用版本控制集成吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆