Use Team Foundation Server in Delphi 7?

I am a .NET developer and am using VS2008 / TFS2008. Recently, another developer left our company, and now I have to maintain his code. He was the developer of Delphi (mainly Delphi 7, but also Delphi 2007), and he did not use any control source.

Is there a way to host my code on Team Foundation Server? Integration into the Delphi IDE is a big plus.

+2
source share
3 answers

To get IDE integration with TFS in Delphi 7, you need to use the MSSCCI provider for TFS in conjunction with SourceConnexion, which provides MSSCCI support for Delphi. You will need to install the following on your computer if you do not already have them:

You need to make sure that you have licenses to access the TFS client for any of the Delphi users connecting to TFS, and obtain a license for the SourceConnexion plug-in.

Since you already have VS2008 installed on your computer talking to TFS2008, you probably only need to install items 2 and 3.

See the Eyal blog post for more information (a bit dated but still valid).

+9
source

We use SourceConnexion (third-party plugin) with D2007: http://www.epocalipse.com/scx.htm

(Works well with the SCC plugin for SCM plugins, which has better branching support than TFS :-))

+2
source

I understand that this is an old thread, but during my reseller on how to use TFS2012 with Borland Delphi 2006, the messages here helped me a lot, so I wanted to share my experience.

To use TFS2012 or TFS2010 with Borland Delphi 2006, follow these steps:

You must follow this order or SourceConneXion will not detect TFS.

+1
source

Source: https://habr.com/ru/post/1384570/


All Articles