what's the best way to checkout from TFS to eclipse using TEE?

孤人 提交于 2019-12-24 01:49:24

问题


I'm developing a QNX app (thus I'm using an old version of Eclipse-CDT C++ etc.). Up until now I've been checking out with TFS and then importing the project files to the workspace via Import->General->ExistingProject; this means I can build/debug etc, but I've only had TFS functionality available via TeamExplorer from the TFS perspective. If I import the same projects to a different workspace via Import->Team->TFS then I have extra TEE functionality but I can't build/debug etc.

So, what's the recommended way to do this? I'd like both functionalities. Thanks

Edit --- I imported each project one-at-a-time via Import->Team->TFS and it worked. Thanks


回答1:


I'm not sure why importing from TFS doesn't detect that project's nature correctly. (Are you not checking in .project files? Are you using Maven?)

Regardless, if you want to go the route of importing an existing project from disk, just go to the Team menu, select Share, then select TFS. It should detect your working folder mappings and simply set TFS as the source control provider for that project, which should give you all the TFS bindings from within editors and views.



来源:https://stackoverflow.com/questions/13590153/whats-the-best-way-to-checkout-from-tfs-to-eclipse-using-tee

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