Team Foundation Server 2010 is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. TFS combines activities such as Source Control Management, Bug Tracking, Requirements Management, Project Management, Build Management, Test Management, Lab Management and Reporting into a ...

learn more… | top users | synonyms

8
votes
2answers
239 views

GVim as merge tool for TFS

I want to use GVim as a merge tool for TFS 2010. I can't figure out the Arguments for GVim. Specifically the argument %4, when I use it I get an empty buffer for it. if I don't use it I get an error ...
0
votes
0answers
5 views

TFS not displaying correct assigned to, showing the “old assigned to”

See the following image: The task is clearly assigned to me (Ratayczak, Rick), but in the assigned to column in the results it shows the "Old Assigned To". If I add a brand new query, with tasks ...
0
votes
0answers
8 views

Free TFS team process templates?

Anybody knows custom or free available process templates for TFS 2010? Right now, I have only 2 default templates with Server. I am looking for couple of other templates too.
0
votes
1answer
10 views

TFS compare before check in - what's being compared to what?

In TFS, on the check-in dialogue, I'm often using 'compare > With Workspace Version [my machine name]', to see the changes I've made to files (see screenshot). So it seems as if TFS is comparing from ...
0
votes
0answers
7 views

Publishing builds to test environment

Quick question: If I were to set up my build server to publish to a test environment after every check-in, wouldn't that constantly interrupt the testers if the ASP.Net site they are testing would ...
0
votes
0answers
37 views

nconnect to remote tfs server 2010, report error: Could not establish trust relationship for the SSL/TLS secure channel

when I connect to TFS 2010, my code reported an error: TfsTeamProjectCollection tfsc = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(<uri>, <credentialsProvider>); ...
0
votes
2answers
22 views

Visual Studio 2012 redirects bindings for Microsoft.TeamFoundation.Client.dll

I have a C#/.NET 4.0 project which is a DLL library that contains some custom activities for a TFS 2010 build workflow. The project compiles and everything works on our development boxes. On our ...
1
vote
1answer
21 views

TFS Automated Build with different platform

I am quite new to TFS Automated Build. I am having some issues to get automated build up and running. Below is the detail.. I have a solution with 4 projects. 3 of them build on x86 and the 4th ...
1
vote
2answers
568 views

i want to write a visual studio extension to access redmine issues. how would you recommend doing this?

i want to write a visual studio extension to access redmine issues. how would you recommend doing this? I thought about trying to use the work item system that already exists in visual studio with ...
0
votes
2answers
27 views

Best practice for creating new application in same namespace

We have a large .NET solution with several projects all stored in a single TFS Collection. We are a small development team that develops mostly internal software and we don't normally do much ...
5
votes
5answers
2k views

Why does Tfs2010 build my Wix project before anything else?

A similar question was asked and answered about a year ago, but was either a different issue (everything was in beta) or misdiagnosed. It's located here: MSbuild task fails because "Any CPU" ...
0
votes
1answer
13 views

Reporting service Error when accessing TFS Admin tool 2.1

While accessing TFS Admin tool 2.1, it opens up the project but when i double click to provide access to users it give me error which says "An eeror occurred when connecting to reposting service for ...
0
votes
0answers
17 views

TFS2010 Build fails because unshelve fails to remove deleted directories with a merge shelveset

When we merge changes between branches, we verify that it builds by creating a shelveset of all merge pending changes, and running a validate shelveset build on a build server. For the second time we ...
0
votes
1answer
13 views

How do i export tfs 2010 comments into a changelog file?

I want to export TFS2010 comments from a date range or continually, (which ever works) into a changelog.txt file or similar. I have looked all over the web trying to find examples or documentation on ...
1
vote
1answer
15 views

How to configure Visual Studio (TFS) to use BeyondCompare3 (broken for xml files)

I used the instructions on the BeyondCompare website (also referenced in this SO question) to configure VS2010 (TFS) to compare source control using Beyond Compare. This approach appears to be broken. ...
0
votes
0answers
19 views

TFS2010 Work Item Templates display varies in VS2010/2012

Background I have a TFS2010 Project that has been developed in Visual Studio 2010 up until recently. The switch for developers to Visual Studio 2012 has been made, but we have held off on upgrading ...
0
votes
1answer
25 views

TFS runs tests on one agent, but fails on another

I am setting up TFS for automated build testing. I have my build controller on the tfs server, and 2 build agents on 2 other machines. The build completes and all tests pass with the first agent (my ...
1
vote
2answers
218 views

Team Foundation Server 2010 Not Honoring My .tfignore file

Here's my .tfignore exactly. It is in the root directory of the branch and committed to TFS, but it is never honored. I imagine I'm missing some syntactic subtlety not clear to me from reading ...
0
votes
1answer
15 views

TFS 2010 Working Folders Setup in a Build

I have a folder structure setup for my code like so: MyCodeFolder -SolutionFileOne.sln -ProjectFolder1 -ProjectFolder2 -ProjectFolder3 -SolutionFileTwo.sln -ProjectFolderA ...
4
votes
2answers
2k views

How to remember username/password when calling tf.exe?

I use tf.exe command to get the latest codes but it keeps asking for username/password - is there a way to make those credentials remembered? I've looked at the tf.exe argument list but no options ...
0
votes
0answers
6 views

Path coverage in visual studio

how to get path coverage [#lines of code / #lines of testcode] in visual studio using API. i want to display this data from all CI build to a dashboard. any idea how to do that? are there any .net ...
0
votes
2answers
50 views

How to automatically assign a TFS work item to a particular person/role

I would like to customize a Work Item Type in TFS to automatically set the Assignee to a particular role. For example (to compare to another Issue Tracker), in JIRA the default Assignee is the Project ...
2
votes
1answer
206 views

TypeMock 7 and Build Server Configuration

We want to upgrade our build servers to run our typemock tests, but I'm having a bit of trouble getting it configured correctly and finding the correct information regarding this. Our setup is a ...
1
vote
1answer
162 views

TypeMock Isolator and TFS2010 team build

Can anyone point me at a decent walkthrough regarding getting Typemock 6.2 to play nice with TFS workflow? I've tried to follow the Release Note.doc document, but it just doesn't sense. Note I'm ...
0
votes
2answers
61 views

Lots of users in the “Assigned To”` dropdown of work item, in TFS

When I want to assign a work item to a new person, there's a huge list of users in the combo box to select. Lots of them are gone from the company and are inactive in the domain control. But the list ...
0
votes
0answers
18 views

TFS 2012 Build issue

We recently upgraded from TFS 2010 to TFS 2012. When issuing a build on TFS 2010 it used to create a sub folder in the drop location with the name of the configuration it is building. It seems that ...
2
votes
2answers
1k views

How to get specific version of folder from tfs without creating a workspace?

I would like to get the state of a project at specific time (changeset). So I need do download whole folder. I would like to do it for different times and manipulation with workspace is not very ...
3
votes
2answers
910 views

TFS 2010: Project dashboard reporting service error

I have configured TFS 2010. When I try to load project dashboard for team project, it gives reporting service error so I am not able to see the "Task Burndown (hours)" and " Burn Rate (hours/day)" ...
0
votes
1answer
26 views

Using TFS 2010 SDK to modify label comment

Is it possible to use TFS sdk to edit/update the comment on a Label without changing any items associated with the label?
1
vote
1answer
19 views

Merge changes to all child branches in TFS 2010

I have base branch, 3 child branches and each of those have 3 branches for a total of 12 child branches from the base. I just made a change to the base branch that I would like merged into all 12 ...
0
votes
1answer
13 views

tfs2010 same label different branches

Given this structure: $/TeamProject/ Project A/ Development [Branch] <-- Labeled "v1.0" @ latest Project B/ Development [Branch] <-- new pending v1.0 release Product A already has ...
0
votes
0answers
13 views

TFS 2010 - Insert an existing file

I just want to check in a group of files which some already exist on TFS and have the same content (checksum). Basically I need to create a new version of the existing file. Ex: Changeset File name ...
3
votes
1answer
445 views

How to solve TFS error TF246021 and SQL Server error 500200 while checking in?

I'm trying to check in a file, and one file (one and only one file) has a problem while being checked in. This file has been deleted many times and undeleted (due to a conflict in architecture and ...
0
votes
0answers
8 views

Test cases with outstanding bugs

I have a number of test cases with bugs linked to them. Is it possible to generate a report or query that will show all test cases with linked bugs that have a status of Active? Thanks! Chris
1
vote
1answer
139 views

Visual Studio 2012 keeps losing connection with TFS 2010

I'm working with Visual Studio 2012 and when I wanted to check in my pending changes (on TFS 2010), all of sudden VS loses its connection with TFS and says (on the Team Explorer window): "HTTP Code ...
0
votes
0answers
19 views

TFS 2010 build config transform not working

I've got a TFS 2010 build server set up and running, and I'm building my web apps with it but the configurations are not transforming for the versions. I've added the following to the MSBuild ...
0
votes
0answers
35 views

TFS project portal not showing reports

Background: TFS 2010 to TFS 2010 migration, SQL 2008 R2, WSS 3.0 Issue: TFS project portals are not showing reports. Original error: TF250016: No access rights have been granted for the ...
0
votes
1answer
60 views

MS Visual studio 2012 debugger is not working for solution those build on TFS 2010

I am trying to debug an application remotely with MS Visual Studio 2012 debugger and that application is build on sever with TFS 2010. During debugging, I do not hit the break point and if I try to ...
0
votes
0answers
9 views

Unable to merge a branch to another - vsmdi file error

I am trying to merge branch A with branch B on Team Foundation Server. But I am getting TF203015: The item $/abc/xyz3.vsmdi has an incompatible pending change. Neither branch have any pending ...
0
votes
2answers
7 views

Red x next to documents and reports in tfs 2010 - how to fix this?

Suddenly red x appears next to documents and reports in one of ours TFS 2010 Project collections… I have not changed anything related to user’s permissions – not sure why this happened. Do you have ...
0
votes
0answers
15 views

To define AreaID in TFS

I have TFS 2010 with some areas set up before. I need to get AreaID value. How could I get AreaID for particular Area by Visual Studion UI without any coding?
0
votes
1answer
18 views

TFS: Branch without check-in

I'm going to create a new (vc)project which will start as a copy of another project. I want to have the possibility to simply merge changes between these two projects, although they are inside another ...
0
votes
1answer
23 views

Find all bugs without test cases

We have had a bunch of bugs input into TFS, but we are looking to build a query that will return all bugs that haven't been lined to a test case. Anyone know how I would get that bug list? Thanks, ...
11
votes
4answers
864 views

App_offline.htm created/deleted whenever I check out a file in TFS

I have an AJAX-heavy ASP.NET web application developed using .NET 4.0, using TFS as our source control. We recently upgraded our dev tools to use VS2010 and TFS 2010 exclusively, but now every time a ...
0
votes
0answers
7 views

ASP.NET Project Pages Are out of TFS Collection

I had a project in TFS. Everything worked fine, but one day I moved one of my folders into another one by mistake. Then I tried to undo. And I did the following: undeleted the folder which was moved ...
0
votes
1answer
25 views

branching 3 visual studio projects in TFS

I have an application that in visual studio is made of up three different projects. The Winforms app needs all three to run. In TFS the projects are located under 1 project name. Underneath that ...
1
vote
1answer
39 views

Visual Studio 2012 - Get latest and list changed files?

Is there a way to have visual studio 2012 list the files which were updated in the workspace by a get latest operation?
2
votes
5answers
4k views

Can you do a TFS get without needing a workspace?

I'm trying to change our build scripts from using SourceSafe to TFS without using MsBuild (yet). One hiccup is that the workspace directory is renamed and archived by the scripts, which makes TFS ...
6
votes
2answers
669 views

How to Perform a TFS get to a supplied or current directory path, ignoring workspace settings

I am using TFS 2010 and writing a script to enable a simple get of specific version label of our software. Since this is only a simple get, is there anyway to just perform a get without having to use ...
1
vote
1answer
12 views

TFS warehouse refresh interval - where to change it

Is there a way to refresh TFS 2010 warehouse manually? How can I change the interval of the warehouse refreshment?

1 2 3 4 5 61