team-build

Where is TFS 2010 Team Build Revision $(Rev:.r) Stored?

TFS 2010 exposes a "Build Number Format" property, which contains $(BuildNumberDefinitionName) and $(Rev:.r) variables (among other things). Two and a half parts to my question: What are all the available variables that can be used here? Where does the value for $(Rev:.r) come from (where is it stored)? a. Can it be reset or changed?...

Gated Checkins in TFS2010

Hello, I wish to utilize the new gated check-in function of TFS 2010. I have about 10 solutions, that all share as a dependency a proprietary shared-code library. My structure is: TeamProj/SharedCode TeamProj/Proj1 TeamProj/Proj2 TeamProj/Proj3 ........ The question I have is, how can I set-off an integration of ALL projects that h...