Sharpdevelop TFS plugin

2.7k Views Asked by At

Is there a TFS plugin for use with sharp develop? From what i can see on google, there were a couple of summer of code projects in this general direction but i cant seem to find a definitive answer.

Alternatively if there is no plugin, what are my options for TFS clients?

1

There are 1 best solutions below

1
On

Without support built-in to the SharpDevelop IDE, the easiest option would be to use the TFS Windows Shell Extensions to interact with TFS from Windows Explorer. See towards the bottom of this post for more information - although it mentions TFS 2008, the feature is much the same in 2010.

enter image description here

To start using these, you will need to do the following:

  1. Install Visual Studio Team Explorer 2010 (to get the TFS object model on your machine), (Note, you can also get the object model w/o VS by googling 'TFS Object Model Free', currently at this link: https://visualstudiogallery.msdn.microsoft.com/a37e19fb-3052-4fc9-bef7-4a4682069a75 )
  2. Install the Team Foundation Server Power Tools
  3. Browse to a folder on your machine that is mapped in a a TFS workspace (establish one first if you need to)
  4. You should then be able to right-click the files and choose Team Foundation Server > Check-In (or similar)

enter image description here