I’m using a few custom MSBuild tasks that are checked into source control. I would like to import these tasks into my TFSBuild.proj file that TFS uses to build the project. Right now I have created a
As the resident TFS admin, on occasion I am asked to undo a checkout (usually a lock) that a user has on a certain file checked开发者_如何学编程 into source control.
does a开发者_开发知识库nybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree.Was it renamed? Moved?
I want to unbind my sln file from TFS server and publish it on SVN is there any \"easy\" option to do this. It\'s easy to open sln and chose unbind option in Visual Studio, but does any one ever tried
We\'ve planned to move from Visual SourceSafe to TFS. For this purpose, we brought a new server machine with updated specs and TFS installed. The Visual SourceSafe machine still has its use in the env
How do I get a T4 template to generate its output on every build?As it is now, it only regenerates it when I make a change to the template.
As the resident TFS开发者_Python百科 admin, on occasion I am asked to undo a checkout (usually a lock) that a user has on a certain file. This can be done via the command line using the TF.exe utility
I\'d like to disable the automatic merge feature when checking in a file to TFS that another developer has worked on so that I a开发者_如何学Golways need to merge manually. Is there any way to do this
I\'m currently in the process of investigating TFS 2010, as it\'s been agreed that we\'ll be getting VS2010 Professional when it\'s released and it comes with TFS Basic (we\'re currently stuck with VS
I have got the following structure: $ --TeamProject1 ---Solution1.sln ----TestProject1 --TeamProject2 ---Solution2.sln