I have a custom, windows service that a visual studio plugin connects to and Visual studio connects to a Team System server.开发者_如何学JAVA
I\'m trying to write some code that monitors the TFS workspace(s) on my local workstation but at the moment I\'m having problems getting the events to fire.
Long story short. After profiling, this command takes 0,1% of the processing var ChangesetList = TFSConnection.GetInstance().GetVersionControl().QueryHistory
I\'m trying to connect to TFS 2010 using TFS SDK, but can\'t get VersionControlServer service. var servers = RegisteredTfsConnections.GetConfigurationServers(); // ok
So I am attempting to retrieve the files from a workspace in TFS.Unfortunately, every attempt that I have 开发者_JAVA技巧made to do this results in a stalled application.As of right now, this is the c
We have a custom build process (not using MS Build) and during that process I am adding a \"fake\" build to the globa开发者_高级运维l builds list. The reason I am doing that is so that you can select
I am trying use the new se开发者_Go百科rver side plug-in feature for TFS 2010.(I got the basics of how to get started doing this from here and here)
I am trying to debug a plug-in for TFS 2010 using the code found here.That example recommends using TFS installed locally to debug.I wanted to try it with a dev TFS 2010 Server I have setup.So I insta
I have an exception when calling Workspace.Merge. I am getting access to VersionControlExt from VisualStudio. The code below gets access to Visual Studio TFS explorer window object (that is active in
I need to programmatically find ou开发者_C百科t information about branches in TFS. For instance the main thing i am interested is given root folder $/MyProject/Project1 I neeed to find out what other