Source control in visual studio 2008?
-
Tuesday, August 07, 2012 7:24 AM
Who can tell me whether visual studio 2008 uses the control plug-in API (formerly MSSCCI API) or a VSPackage to interacte with TFS?
yuzy
All Replies
-
Tuesday, August 07, 2012 5:26 PM
With the solution / project open, look at Tools -> Options -> Source Control. It should list what the current setting configuration.
Also, you can look within the .sln or project files themselves, as sometimes there is some "SCC" entries showing you the bindings.
HTH
Jeff Clausius - SourceGear
Looking for instant Source Code Control notifications or a SQL Server based Find in Files. Have you looked at SourceGear Vault 6.0?
- Proposed As Answer by jclausius - SG Tuesday, August 07, 2012 5:27 PM
- Edited by jclausius - SG Tuesday, August 07, 2012 5:28 PM
-
Wednesday, August 08, 2012 3:57 AM
Thanks for jclausius - SG 's reply.
I'm wondering whether tfs source control function in visual studio 2008 is implemented with plug-in API or VSPackage technology. Because i want to learn about the comunication mechanism between vs.net 2008 and tfs.
yuzy
-
Wednesday, August 08, 2012 5:43 AMModerator
- Marked As Answer by kpyuy Friday, August 10, 2012 10:08 AM

