
TFS - Can I get list of changesets in one branch that are not in …
Mar 14, 2014 · In TFS, it seems, when I merge changesets 1, 2, and 3 from my source branch to a target branch, those three changesets are merged into a new, single changeset 4 in the …
TFS Java API can not get WorkItemClient
Jun 18, 2012 · I have trial version of TFS 2010 installed on my local machine. I have build some application using TFS Java api 2010.
TFS Check if a file exists in a workspace?
Oct 29, 2009 · I need to know if it is possible to check if a file exists in a workspace and how it would be done.
Can we output the result of a custom TFS query executed from …
Jun 7, 2017 · I have just learned to use TFS API and execute TFS queries by making console application in C#. With such a C# program, I am able to filter, calculate and extract the data I …
Not Removing from Backlog When Status Changed to Committed
Jun 4, 2013 · We are using Microsoft's web-based solution for TFS. When you change an item's status to "committed" it should disappear from the backlog and appear in the sprint.
TFS 2010 - Where are build definitions stored?
Apr 26, 2010 · Might anyone know where the TFS 2010 Build Defintions are stored? I ask from a potential desire-to-bulk-update perspective. Are they stored in some nice xml format …
TFs with Classic ASP and microsoft Java
Jul 28, 2008 · 1. Is it practical to achieve what we want using TFS ? eg. would we be able to set up development environment for the application in Classic ASP and microsoft Java ? For Java, …
Some Users Cannot Login using domain id and password after TFS …
Nov 23, 2016 · We had done the TFS App tier migration recently, which was to move the App Tier from old server (which had the TFS DB as well) to the new server. The TFS DB remains in the …
Not able to Check-IN bin and Obj file into TFS
Nov 20, 2014 · TFS Source Control is best used for source code only, the generated files (bin and obj) are not source code. Please do not add the bin and obj folders to your TFS Source Control.
TFS query: find bugs in "blocked" state that link to work items ...
Jul 3, 2009 · For all cards (work item type is White Card ) assigned to @Me, I need to get a list of all related bugs (work item type is Bug ) that are in state "Blocked".