Questions tagged [tfs-2010]

Use this tag for version specific questions about Team Foundation Server 2010. Also, always tag the question with the "master" tag [tfs] as well. If this is not version-specific, use [tfs] for general questions and use [azure-devops] for Azure DevOps questions.

142 questions
1
vote
1 answer

“Found in build” dropdown in TFS 2010

Any option we can set such like the latest build numbers in the 'found in' field be at the top whenever user select the value from the list? This is to make sure users don't have to drag the control to select the appropriate build no to reduce time…
user936810
  • 11
  • 2
0
votes
1 answer

Cross Project TFS Work Item

I am working with a 2010 TFS system where there are many projects and the team works across these projects. The issue I am having is that it seems Work Itmes are tied to a Project and there is no way to enter a "master" where I would select the…
Drew
  • 421
  • 8
  • 16
0
votes
2 answers

In the new scrum tfs2010 what is the relation between SBT and Sprint

I am trying to understand the new scrum template of tfs2010. I understand that PBIs are implemented by SBTs. but how is an SBT linked to a sprint. I mean, how do I specify that this SBT belongs to this sprint.
Dipti Mehta
  • 537
  • 3
  • 13
0
votes
2 answers

TFS 2010 how to limit number of changesets

Is it possible to limit the number of changesets keeping only the last Nth versions ? To avoid infinite growth of the database it could be useful to set "keep only the last X version and discard the older" (I have some projects that the changesets…
SandroRiz
  • 903
  • 4
  • 10
  • 18
0
votes
1 answer

Team Foundation Server Administration Console throws error message "Servicing"; tfsjobagent.exe has an error during job execution

Randomly, the TFS 2010 Server stopped working. When I go to the console to see what is going on, I get a simple "Servicing" error message. When I click okay, none of the Team Project Collections actually show up. When I go to the Event Viewer and…
rsteckly
  • 1,952
  • 3
  • 23
  • 35
0
votes
2 answers

Team Sprint in Team Foundation Server

In Team Foundation Server 2010, I have to create a Team Sprint and a Sprint. I don't understand the difference between the two.
David Neeck
  • 221
  • 3
  • 15
0
votes
1 answer

How to have two repository paths mapped to one local path in TFS 2010

we have 2 branches of code in tfs 2010 such as enhancement and support Most of the developers work on enhancement as well as support. Now, We want to create two different work spaces and map it to one local folder as we have all our virtual…
Chandan
  • 79
  • 1
  • 8
0
votes
1 answer

using TFS API, is it possible to get who has last checkedin the file

this is using TFS2010 API. Given a file name, I need to get the details like folder path of the file, who checked in the last, datetime of last checkin. Is there an API/WIQL that can help solve this?
balalakshmi
  • 3,968
  • 6
  • 40
  • 48
0
votes
1 answer

TFS 2010 Licensing & SQL Server 2008

I have a question about TFS & SQL Licensing, hope anybody can help... I want to deploy TFS 2010 in a two-tiers configuration. One tier for TFS and other for SQL Server 2008. But I don't want to use the SQL Server that comes with TFS. I want to use…
Fernando
  • 51
  • 6
0
votes
1 answer

Moving TFS 2010 application to another server

I have a TFS 2010 application installed on server1. I have the data tier on server2. We are going to get rid of the server1. I want to install the TFS application on Server2 (same server as data tier). First of all, which configuration option do…
Nick
  • 500
  • 8
  • 23
0
votes
2 answers

How to move builds done via Build Manager on Team Foundation Server to another server?

So, we're using continuous integration in our current Team Foundation Server 2010 setup, and so far it's working great. We're doing shelvesets, the build is running on the Build Manager in TFS, and it's also running our MSTest unit tests for us. My…
Michael McCarthy
  • 1,502
  • 3
  • 18
  • 45
0
votes
1 answer

Getting ItemNotMappedException in TFS 2010

I am running a nant script which is pulling data from TFS 2010. It works on our build machine (which creates its own TFS session) but not on my laptop. Instead I get an ItemNotMappedException. The directory listed is mapped according to Visual…
Tevya
  • 836
  • 1
  • 10
  • 23
0
votes
1 answer

TFS query Column option not showing all the columns

I have a column in WIT (work item template) named " Planned end date" and Reference as "SV.Deadline" . But when i create a query, and want to add this column to appear in query through "Column Options" , i do not find this column in the list. Can…
Dipti Mehta
  • 537
  • 3
  • 13
0
votes
1 answer

Comparison Report of migration from VSS 2005 to TFS 2010

We have Visual Source Safe 2005 and tried migrating on TFS 2010 in test environment but some of the nodes are missing and it looks like some data got skipped during migration and we have so many projects with multiple nodes and sub nodes so its hard…
user956348
  • 29
  • 2
  • 7
0
votes
1 answer

TFS2010 build - how to run debug with unit tests before release build

We are working on fine tuning the automated build process using TFS 2010. During development, we use a special configuration to run our unit tests. During the build, does it make sense/possible to do the following: Compile the application in…
laconicdev
  • 6,360
  • 11
  • 63
  • 89