3

I was searching for a plug-in that will integrate with StarTeam and allow user to check-in and check-out files directly through Visual Studio 2010 environment. I did found a StarTeam Visual Studio Client provides an integration that allows users of the Visual Studio IDE to manage their digital assets (files) and activities (requirements, tasks, defects) in their StarTeam repository from within the Visual Studio development environment. Unfortunately this client works only with VS 2008 and not with Visual Studio 2010 and this is the vision of IDE that is I will be using for one of the project that I am workign on. I would really appreciate if someone could guide me in getting StarTeam integration with VS 2010.

Sal007
  • 67
  • 1
  • 8

1 Answers1

3

There are two types of integration you can use:

SCC Integration: This is a standard that lets any development environment talk to any source control provider, if they both support the standard. (Visual Studio & StarTeam both do.)

StarTeam Visual Studio Integration: This is sort of a plug-in to Visual Studio that lets you access StarTeam and adds some additional features.

SCC Integration should let any version of StarTeam talk with any version of Visual Studio. However, with the StarTeam Visual Studio Integration, newer versions don't support older versions of StarTeam. For instance, the version of StarTeam Visual Studio Integration for Visual Studio 2010 only supports (I think) StarTeam 2009.

Even if you aren't able to use StarTeam Visual Studio Integration, SCC Integration should still work.

Slapout
  • 3,759
  • 5
  • 40
  • 61