这里有人将 Team Explorer Everywhere 与 Xcode 集成吗?
我正在开始 Macintosh 开发,并且在一家 Microsoft 商店中使用 Team Foundation Server。
我了解到,任何非 Windows 平台都没有明确/官方的 TFS 客户端,最好的选择是使用 Team Explorer Everywhere(以前称为 Teamprise)以及命令行客户端或Eclipse 插件。没有 Xcode 插件,因为正如透露的那样在这个问题中,Apple 没有提供足够的信息来集成到 Xcode 中。这个答案是由 某人给出的,他似乎是 Teamprise 的一部分(这个问题似乎是在微软收购之前提出的) .)
很公平,但他的一个评论引起了我的兴趣:
也就是说,我们确实有许多客户...在 XCode 中拥有宏,可以与 TFS 命令行 (tf) 结合执行基本检出和获取操作。
这里有人做过这个吗?如果是的话,他们有什么可以与小组分享的吗?
I'm starting Macintosh development and I'm in a Microsoft shop where we're using Team Foundation Server.
I've learned that there's no explicit/official TFS client for any non-Windows platform, and that the best option is to use Team Explorer Everywhere, formerly Teamprise (Microsoft bought them and rebranded it) and either the command-line client or the Eclipse plugin. There's no Xcode plugin because, as revealed in this question, Apple doesn't give out enough info to be able to integrate into Xcode. That answer was given by someone who appears to be part of Teamprise (the question was asked before the Microsoft acquisition it seems.)
Fair enough, but one comment he made intrigued me:
That said, we do have a number of customers who ... have macros inside XCode that perform basic check-out and get operations in-conjunction with the TFS command line (tf).
Has anyone here done this? And if so is there anything they can share with the group?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我自己没做过这个。但是您应该能够在 Mac 上使用 SVNBridge 到 TFS(在 TFS 服务器或其他服务器上安装 SVNBridge) Windows 机器。)
I haven't done this myself. But you should be able to use SVNBridge with your Mac to TFS (Install SVNBridge on either the TFS server or another Windows machine.)
我不知道这个答案是有帮助还是令人沮丧 - 它表明您将沿着 Applescript 路线前进。
如何在 Xcode 中自动执行任务?
如果我打算这样做我会使用 Applescript 触发 shell 脚本(假设“tf”是用于访问 tf 服务器的 Unix 命令行实用程序)。
I don't know if this answer is helpful or dispiriting - it suggests that you'd be heading down the Applescript route.
How Can I Automate Tasks in Xcode?
If I was going to do it, I'd use Applescript to trigger a shell script (presuming 'tf' is a Unix commandline utility for accessing a tf server).