Has anyone here integrated Team Explorer Everywhere with Xcode?

偶尔善良 提交于 2019-12-23 09:33:49

问题


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?


回答1:


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.)




回答2:


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).



来源:https://stackoverflow.com/questions/3391594/has-anyone-here-integrated-team-explorer-everywhere-with-xcode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!