Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS plugin for eclipse [closed]

Are there any TFS plugins available for the Eclipse IDE? We are trying to centralise our SCM, and since we also develop Java 2 EE applications, we would like to have TFS integration in eclipse.

Which plugins are available? Which have you found most useful.

I heard that Microsoft may be releasing one, does anyone know about this?

I have had a look and found the reviews of Teamprise looks good, however would like to have > 1 option!

Thanks in advance.

like image 785
Russell Avatar asked Feb 15 '10 04:02

Russell


People also ask

What is TFS plugin?

TFS Aggregator is an extension for Team Foundation Server (TFS) and Azure DevOps Server (VSTS) that enables running custom scripts when Work Items change, allowing dynamic calculation of field values and more.


6 Answers

Option 1: Microsoft Visual Studio Team Explorer Everywhere 2010

With the launch of Visual Studio 2010 ALM Microsoft also released Microsoft Visual Studio Team Explorer Everywhere 2010 which is an Eclypse plug in.

This is fully supported by Microsoft (they bought Teamprise) and supports:

Any of the following IDEs:

  • Eclipse 3.0 to 3.5 on Windows, Linux, Mac OS X, Solaris, AIX, or HP-UX.
  • IBM Rational Application Developer 6.0 to 7.5 on Windows.
  • IBM Rational Application Developer 7.0 to 7.5 on Linux.
  • Additional IDEs based on Eclipse 3.0 to 3.5 are supported including Adobe Flex Builder 3 and Aptana Studio 2.0.

Option 2: SVN Bridge

You can use the SVN Bridge to use any product that would normaly connect to SVN to connect to Team Foundation Server. Magic :)

like image 91
MrHinsh - Martin Hinshelwood Avatar answered Oct 04 '22 18:10

MrHinsh - Martin Hinshelwood


(February 2010)
There might not be a free plugin and this SO question reports several alternative to a direct Eclipse integration.
Otherwise, there is Teamprise:

teamprise plugin


(Octobre 2010)
As Martin (mrhinsh) details in his answer (go upvote it):

  • Since Teamprise was aquired by Microsoft it has become Microsoft Visual Studio Team Explorer Everywhere 2010 (as mentioned by the teamprise.com page, and detailed in the Microsoft teamprise FAQ page).
  • It might be accessible for anyone with a MSDN licence.
    (thijs confirms in the comment: "its free with an MSDN (Visual Studio Ultimate with MSDN) account")

(March 2012, mentioned in the comments by Buck Hodges, Development manager for Microsoft Team Foundation Server):

The blog post "Even Better Access to Team Foundation Server" by Brian Harry MS announces:

Starting today, we are eliminating the requirement to purchase Team Explorer Everywhere separately.

  • Before today,
  • Team Explorer Everywhere users had to purchase both a Client Access License (CAL) and the Team Explorer Everywhere software,
  • whereas Visual Studio Team Explorer users only had to purchase a CAL – the Visual Studio Team Explorer software has always been a free download (TE 2008, TE 2010, TE 11 Beta) for users who had a license to access a TFS server.
    Starting today the story is the same for Team Explorer Everywhere (TEE 2010 with SP1, TEE 11 Beta).
like image 33
VonC Avatar answered Oct 04 '22 17:10

VonC


Team Explorer Everywhere is now a free download. Here is the official post: http://blogs.msdn.com/b/bharry/archive/2012/03/08/even-better-access-to-team-foundation-server.aspx. Prior to March 8, 2012, it was not free.

You must have a client access license (CAL) for TFS, and that comes with MSDN subscriptions, for example.

like image 34
Buck Hodges Avatar answered Oct 04 '22 19:10

Buck Hodges


Teamprise integration I found to be filled with bugs, after days of trying to get it to work with the Zend IDE 6.1, I stopped. We decided as a large corporation to not use TFS for our OS development.

like image 44
Vexed Avatar answered Oct 04 '22 17:10

Vexed


To provide updated information:

The eclipse plugin update site is public available and is free!

Installation instructions are here http://msdn.microsoft.com/en-us/library/hh301122.aspx

If you want to install stable release http://dl.microsoft.com/eclipse/tfs

If you want to install and test the preview release http://dl.microsoft.com/eclipse/tfs/preview

like image 30
Bernhard Avatar answered Oct 04 '22 17:10

Bernhard


have a look at SvnBridge, then you can use an SVN plugin in Eclipse e.g. Subclipse (or svn command line or tortoisesvn depending on your development environemt)

Other than that you're stuck with paying MS for the TEE plugin.

like image 21
timB33 Avatar answered Oct 04 '22 19:10

timB33