I have a Project Collection setup in my TFS2010RC deployment. I have two Projects setup under this collection with their own task lists, which are populated with data.
I know that merging non-contiguous changesets at once may not be a good idea. However there is at least one situation in which merging non-contiguous changesets is (probably) not going to break anythi
We have distributed team with client and contractor term in different location. The client has sufficient license for TFS system and they use it for development.
I\'m trying to configure automated build of BizTalk 2009 projects using Team Foundation Server 2008. We have a staging server which has BizTalk 2009 installed. I ran the Team Foundation Server Build
Our team is currently using plain old TFS 2005, no branching, shared checkouts etc...I would like to introduce a DEV/MAIN/PROD branching system similar to the basic flavor in the TFS Guidance document
I\'m 开发者_如何学Gousing TFS 2008 and I would like to build some solutions in debug mode and some in release.
Does anyone know the resolution to the followi开发者_Go百科ng error. In this scenario, TFS will be using a local report server instance which points uses a separate SQL Server database engine instance
Is it possible when using TFS server to automatically have it ensure a specific header exists in the top of each specific file type? Example, each c++ file should have a specific copyright com开发者_S
It seems that concurrent开发者_如何学Python edits of certain file types (dtsx in my case) is just more hassle than it\'s worth.How can I configure TFS (hopefully at the server, but at the client if ne
A very small portion of our codebase is some legacy Java code.I\'m trying to add a new build that would invoke ant to build this project.