We have a Visual Studio 2008 solution with a large number of projects in it.For the current product, only some of thos开发者_开发技巧e projects are being used.
I\'m using TFS and C# and I want to programma开发者_JAVA技巧tically get a list of files that have changed between 2 different folders.
We have created a New Team Project in TFS 2008. We want to merge 7 different team projects with this New Team Project and finally delete the old 7 projects.
We are using cruisecontrol to build our projects, which are ant files. I\'m now checking to use Team System (Microsoft) in the future. Is it possible to use ant scripts in Team System? We have a lot o
I recently downloaded Visual Studio 2010 beta 2, and was told it included a TFS server.However I am unsure of if it has/can be installed, or how to start it up if it has been.
I’m trying to set up Team Foundation Build and so far it’s running ok with builds, tests and code analysis.
I am new to both WPF and WCF, and have a WPF app that has a service reference to a WCF one. I have all sorts of files created under Service References/MyService. I am not so sure which need to go into
We have a standard branch architecture where we have a development branch for each team, a common integration branch (from where all development branches are branched开发者_StackOverflow社区) and prod
I would l开发者_StackOverflowike to get some visibility of what changes have gone into our TFS build. Is there some way of finding out all of the resolved work items that have gone into the last X num
I created a \"Test\" project that I want to delete, using the following command: TfsDeleteProject /server:xyz\\sqlserver2008 “Test“