Question

I am working on Delphi XE2 version. We are planning to move our code base from JEDI to VSTS 2010. Is there any way to add plugin (like JEDI) or link VSTS 2010 to Delphi XE2?

Does Delphi XE2 support such kind of functionality or any plug-in?

Update : As per my knowledge, Currently there is no integration of JEDI with Delphi XE2 that's the reason we are looking for some other version control utility which integrates with Delphi XE2

Was it helpful?

Solution

You could try SourceConneXion for RAD Studio\Delphi XE2 which got released this month. It is a good product for linking your Delphi IDE to a Team Foundation Server.

A warning is in place: Epocalipse has been very slow at adopting new Delphi versions.

Two other paths are also possible:

  • use SvnBridge (either on your workstation or on the TFS server) to access TFS through the protocol that SVN (Subversion) uses. You loose a bit of the integration (SVN exposes less than what TFS can do) but works very well and you can use the Delphi XE2 SVN integration. CodePlex uses this approach.
  • use Visual Studio Team Explorer (2010 version) which means doing your version control stuff outside of your Delphi IDE. I've done this in the past, and it actually is pretty OK.

OTHER TIPS

Another alternative would be to use the MSSCCI provider, which would allow you to use the old SourceSafe integration built into older IDE's

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top