Tagged Questions
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 single product with strong integration points to the Visual Studio and Microsoft Office product lines.
35
votes
9answers
18k views
How can I get TFS2010 to run MSDEPLOY for me through MSBUILD?
There is an excellent PDC talk available here from Vishal Joshi which describes the new MSDEPLOY features in Visual Studio 2010 - as well as how to deploy an application within TFS. (There's also a ...
31
votes
3answers
9k views
How to revert (Roll Back) a checkin in TFS 2010
Can anyone tell me how to revert (roll back) a checkin in TFS 2010?
29
votes
2answers
14k views
Visual Studio 2008: Can't connect to known good TFS 2010
A freshly installed TFS 2010 is at http://serverX:8080/tfs.
A Windows 7 developer machine with VS 2008 Pro SP1 and the VS2008 Team Explorer (no SP). The TFS 2008 Service Pack 1 didn't work for me - ...
24
votes
1answer
657 views
Copy a work item and specific related work items
TFS 2010 has a built copy work item functionality. I was wondering if anyone knew of a tool exists that can take this feature a little bit further. I'd like to be able to copy a work item plus other ...
17
votes
1answer
438 views
How do I deploy using MSDeploy in Team Build 2010 using the WMSVC service and NTLM authentication?
I am trying to deploy using Team Build 2010 to a Windows Server 2008 R2 web server. My build server agent is setup to run under a Windows domain account. I have successfully given this domain account ...
16
votes
6answers
3k views
How to remove a empty folder from a project under TFS control?
Suppose I have a project MyLib, under that, I created a folder say Folder1. No file under this folder.
The project is connected to TFS.
Then I want to remove this folder Folder1. I deleted it from ...
14
votes
4answers
2k views
TFS 2010 Branch Across Team Projects - Best Practices
I'm having issues understanding how to configure TFS according to best practices as provided by the TFS Ranger team. The issue is such:
My company has several products which make use of a shared ...
14
votes
5answers
9k views
How do I change Process Template on an existing Team Project in TFS 2010?
How do I change process template to MSF for Agile on an already existing team project in TFS 2010?
We have upgraded our TFS 2008 to 2010, and now I would also like to change the process template to ...
13
votes
2answers
4k views
Steps for changing process template for an existing project in TFS 2010
I have an TFS server installation that through time has gone through upgrades from TFS 2005 to TFS 2008 and then to TFS 2010.
During the lifetime of the installation a lot of projects have been ...
12
votes
1answer
238 views
Is there a method for getting the Excel VBA IDE working with TFS 2010?
I have team members that need to be able to checkin VBA modules/classes created in Excel 2007/2010.
I want to be able to use some TFS functionality, ideally from within the VBA IDE.
I don't want to ...
11
votes
3answers
2k views
TF30063: You are not authorized to access Collection. Nuget and Tfs conflicting
Latest Comment
I believe my problem occurs when using Nuget, however, if you are reading because of the TF30063 error. Have a look at the answer I provided and accepted.
Original Post
I am getting ...
11
votes
2answers
1k views
Team Foundation Server 2010 and NuGet package folder
I've been using the NuGet Package Manager in Visual Studio 2010 to add third party dependencies to our projects such as NUnit, Elmah etc. By default these are installed to the packages folder at the ...
11
votes
4answers
5k views
Organizing source code in TFS 2010
We have just gotten TFS 2010 up and running. We will be migrating our source into TFS but I have a question on how to organize the code.
TFS 2010 has a new concept of project collections so I have ...
10
votes
2answers
958 views
Using NUnit with TFS 2010? (specifically the reporting)
Has anyone gotten NUnit successfully integrated with TFS 2010? I can see how to nunit-console and get it run, the question is around the reporting. Has anyone got it to work reliably? I've seen: ...
10
votes
16answers
4k views
Should we migrate from svn to Team Foundation Server 2010?
We are with 6 developer and currently use Visual Studio 2008 Professional with SVN and Visual SVN. As soon as vs2010 is released we will upgrade from vs2008 pro to vs2010 premium.
However if Team ...
9
votes
4answers
909 views
How to update current sprint team queries in TFS 2010?
We are using VS 2010 and TFS 2010 with the Microsoft Scrum Template.
We use the Team Queries for the Current Sprint like the Sprint Backlog query.
The problem is when we move to sprint 2 the ...
9
votes
4answers
2k views
Difference between VS2010 Scrum v1.0 vs MSF for Agile software development v5.0 or the latter is the superset?
How significant are the differences between
Visual Studio Scrum 1.0 & MSF for Agile Software Development v5.0 process templates?
Has anyone used one over the other?
We are currently using ...
9
votes
3answers
400 views
Stay with Visual SourceSafe or go to the Team Foundation Server 2010
We are a small group of six developers who currently use Visual Studio 2003 and Microsoft Visual SourceSafe (HVAC). Everyone has the responsibility for its program was not sharing code with each ...
8
votes
3answers
561 views
Renaming TFS2010 Team Project
Is it possible to rename a TFS2010 team project?
The project in question is based on the CMMI 5.0 team project template, but it has been modified with several custom modifications (new WITs and link ...
8
votes
1answer
120 views
Can I store a Mac OS X Alias in Team Foundation Server without breaking it?
I'm currently developing an iPhone App and my company uses TFS 2010 for source control.
We're using Team Explorer Everywhere as an Eclipse plugin to handle source control on the Mac and for other ...
8
votes
1answer
865 views
How to show pending changes only for the currently opened solution in Visual Studio 2010 (TFS) and not the complete list of all changes?
is there a way to force Visual Studio 2010 to show pending changes only for the currently opened solution? I am working on multiple branches of the same project and changing the same files in most of ...
8
votes
2answers
1k views
What does ***NO_CI*** stand for?
A gated check-in will create a change-set whose name is ended with *NO_CI*? What is that NO_CI stand for? I can just think of "no check in errors" but it doesn't make sense.
8
votes
2answers
898 views
What is the fastest method of retrieving TFS team projects using the TFS SDK API?
I have some answers! Feel free to contribute your own findings.
As far as I know, there are 3 main ways to retrieve a simple list of Team Projects from TFS:
Using the new Catalog service (TFS 2010)
...
8
votes
2answers
3k views
TFS 2010: Is MSBuild going to be dead because of Windows Workflow?
MSBuild in TFS 2010 has been replaced by Windows Workflow 4.0. It means when you are creating a Build Definition, you won't have a TFSBuild.proj to edit instead you must edit a workflow to customize ...
8
votes
5answers
2k views
How can I copy a TFS 2010 Build Definition?
Is there any way to copy a build definition? I work in a mainline source control methodology which utilizes many different branches that live for very short periods (ie. a few days to a week). I'd ...
8
votes
9answers
639 views
Best source control system for maintaining different versions
We need to be able to simultanously maintain a set of different versions of our system. I assume this is best done using branching.
We currently use TFS2008 for source control, work items and ...
8
votes
1answer
1k views
TFS 2010, can I migrate source code only?
Our old TFS 2008 installation is getting old, and we would like to migrate to TFS 2010. However, the structure of our team projects is not so well thought out, and there has been various experiments ...
8
votes
3answers
4k views
What's a Backup and Recovery Process for Team Foundation Server 2010?
We have a new installation of TFS 2010 (on SQL Server 2008), and I'm planning the backup and recovery process.
It seems the configuration information and data is stored in the Tfs_Configuration and ...
8
votes
2answers
3k views
Warning displayed when adding solution to Team Foundation Server 2010
I'm just getting to grips with TFS 2010 (never had any luck with TFS 2008) and I'm trying to add my first solution into TFS. However I am getting the following warning message:
The project that ...
7
votes
1answer
51 views
How can I open the TFS changeset details dialog view using a Visual Studio add-in?
I have a specific artifact in TFS, say changeset "123", which has the URI "vstfs:///VersionControl/Changeset/123". I realized that the link ...
7
votes
2answers
177 views
TFS2010 - Wrong changeset appearing at SourceGetVersion
I am currently setting up a Team Foundation Server 2010 and I found a very strange behavior when performing a build:
The situation explained:
We have 2 Branches
Development
Main
All developers ...
7
votes
1answer
428 views
Symbolic links in TFS 2010 Source Control?
As far as I know, Team Foundation Server 2010's source control (and prior versions) doesn't support linking (Symbolic links) of files.
Linking (per Visual SourceSafe) was the concept of providing one ...
7
votes
1answer
220 views
Is there any pre-commit hook in Team Foundation Server 2010?
I'd like to provide a sort of UI on a commit operation in Visual Studio for my team. How would I go about that, would I create a Studio add-in or is there a TFS event that would help in this case?
7
votes
5answers
2k views
TFS Build not transforming web.config as expected
The goal is to have TFS build and deploy 2+ different configurations, and have the web.config transform files include the intended content in their output. This in an ASP.NET MVC project.
...
7
votes
1answer
692 views
Can I modify the default Check-in Action in TFS 2010?
When you associate a changeset with a workitem TFS defaults to resolving the workitem. I want to default to associating it.
I know in TFS 2008 you had to remove resolve check-in action using ...
7
votes
3answers
409 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 ...
7
votes
3answers
2k views
Upgrade TFS 2008 to 2010 on different server
I have been looking for a way to migrate and upgrade our TFS 2008 server to 2010 server preferably without losing any data.
I have been looking at the TFS Integration Platform
...
7
votes
5answers
11k views
Standalone GUI client for TFS 2010 Source Control
I'm looking for a TFS 2010 GUI client that I can use outside of an IDE. I'm only looking to use the source control features in this case. I'm not talking about work items or build management.
...
7
votes
1answer
2k views
Share code between projects in tfs 2010
Hi
What is the best way to handle code sharing in TFS 2010?
We have a couple of Visual studio projects that other Visual Studio projects use.
ex:
Shared Project
Project 1 Solution
-Shared Project
...
7
votes
4answers
4k views
How to integrate NUnit tests into a TFS 2010 build
What is the best way to integrate nunit tests into TFS 2010? Is it via generic tests or is there a better approach to running them?
Ideally I'd like to have the granularity of one generic test per ...
6
votes
2answers
61 views
Remove a Branching Relationship in TFS 2010
I have a TFS 2010 Team Project that I've just taken over. The branching hierarchy is Dev is a child of Test, Test is a child of Main e.g.
Main
----Test
--------Dev
However at some point in the ...
6
votes
2answers
260 views
When do I create a TFS workspace?
I have had a nagging feeling for some time that I may be ignoring useful qualities of TFS Workspaces. The site here provides some great background on what they are: ...
6
votes
3answers
945 views
Are we using TFS 2010 incorrectly?
Our team is new to TFS2010. Historically, we have used our own Business Requirements Matrix (traceability matrix) Excel spreadsheet. It has typical columns like:
Requirement ID | Project | Rule Group ...
6
votes
1answer
492 views
MSDeploy batch file does not handle quotes anymore
As part of our build process we deploy our web applications using MSDeploy. This worked perfect until a few weeks ago (I think when we updated our build/TFS server to SP1 of TFS 2010).
In our build ...
6
votes
1answer
2k views
TFS 2010 - Deploy to Multiple Servers After Build
I've configured TFS 2010 to do a build and utilizing the MSBuild arguments, have it deploying to a single server without any issues.
/p:DeployOnBuild=True
/p:Configuration=Development
...
6
votes
1answer
2k views
How do you deploy a website and database project using TFS 2010?
I've been trying to figure this out and so far haven't found a simple solution. Is it really that hard to deploy a database project (and a web site) using TFS 2010 as part of the build process?
I've ...
6
votes
2answers
3k views
Build failing - VS2010 solution on TFS2008
I have migrated a VS2008 ASP.NET MVC solution to VS2010/MVC2/.NET 4.0 The solution builds locally and all unit tests pass.
Our TFS server is still TFS2008 and I am having problems getting the CI ...
6
votes
5answers
800 views
TFS: How to dectet changed files when loading a solution?
I am new to TFS integration with Visual Studio 2010, and I have a problem I would like to solve.
Practically, when I open a solution, how can I detect, looking only at the Solution Explorer which ...
6
votes
2answers
855 views
TFS 2010 RC: How to fail a build for low code coverage?
How can I cause a build to fail when code coverage is below a certain threshold?
5
votes
2answers
65 views
TFS 2010 and “build once, deploy many”
I did a lot of research on this subject but couldn't find any end to end solution to implement the "build once and deploy many" using TFS 2010.
Basically what I am thinking of is having a build ...