문제

We are using Delphi XE at our company to develop some Delphi applications and as well as .Net. TFS 2010 is our primarly source control mechanism for .Net; but we want to use TFS 2010 for Delphi.

I installed Team Explorer Everywhere 2010 but i couldn't see any menus or windows at Delphi XE editor about Team Explorer.

So how can we connect Delphi XE to TFS 2010?

도움이 되었습니까?

해결책

AFAIK TEE 2010 is an Eclipse plug-in, Delphi is not an Eclilpse based IDE, nor it could use MSSCCI/SCC providers without adds-on. If TFS 2010 can work with an MSSCCI/SCC provider (you may have to install support separately), then you can use a Delphi add-on, see for example Use Team Foundation Server in Delphi 7?, it is for Delphi 7 but situation didn't change much.

Delphi XE can use a new API to handle VCS directly, but it is not compatible with older versions (making it less appealing for those who sell already existing add-ons), and thus requires someone to add TFS integration, and TFS is not usually the first choice by Delphi shops. Moreover fashion today dictates that DVCS are hot, and most efforts are in that direction.

다른 팁

You would need to find or produce a TFS 2010 plugin for the Delphi IDE! To the best of my knowledge, Embarcadero has only integrated SVN (Subversion) into the IDE (XE and XE2).

A quick Google search does not look too promising... so a lot of manual effort may be required on your part, or you may have to simply change your choice of source management solution.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top