Suvin Posted February 24, 2011 Report Share Posted February 24, 2011 Hi , I need to login to MS Team Foundation Server to search for some files, using LabVIEW. Can somebody help? Thanks in advance, Suvin. Quote Link to comment
z4gunn Posted March 31, 2011 Report Share Posted March 31, 2011 Hi Suvin, We recently just migrated from MS Visual Source Safe to Team Foundation 2010. Labview can access TFS through the MSSCCI provider which can be downloaded here. This will allow you to setup the source control provider within Labview to access your TFS server: 1.) Select "Configure Source Control" from the "Tools/Source Control" menu. 2.) Select the Team Foundation Server MSSCCI Provider from the "Source Control Provider Name" drop down. 3.) You will then be prompted to connect to a team foundation server (e.g. tfs01:8080\DefaultCollection). 4.) After you select the server you will be prompted to type in your TFS server username and password. 5.) The final dialog will prompt you to select one of the available team projects on the server. 6.) Now you should be able to perform standard source control operations (i.e. check-out, check-in, add, etc) through Labview You should also install MS Team Explorer on your system to handle more advanced functions such as branching and merging which can be downloaded here. Hope this helps z4gunn Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.