Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

29
votes
5answers
6k views

Team Foundation Server Source Control Structure

I have been working on standardizing the source control structure for our Team Foundation Server rollout for the new year. I have started by using the Microsoft Team Foundation Server Branching ...
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 ...
4
votes
6answers
3k views

TFS Structure - Multiple Projects or Single Project?

Our small development shop is looking to migrate our projects from VSS to TFS, and we're evaluating TFS vs. others (haven't pulled the trigger quite yet). The nature of our software shop is such that ...
3
votes
2answers
165 views

TFS 2010 Team Projects

I would like to know what is the concept of Team Project in TFS 2010. In my company, there is a single team working on multiple products at the same time. There is a visual studio solution for each ...
3
votes
3answers
307 views

TFS Project Organization

I'm relatively new to TFS and am wondering other people deal with organising TFS where there are many projects? For example, does anyone know if it's possible to put TFS projects inside folders or do ...
3
votes
1answer
1k views

How to organize projects in Team Foundation Server

Looking for some feedback on setting up our solutions in TFS. Right now we are using source safe and it is painful. Fortunately we are finally going to TFS. We have a collection of projects and I am ...
2
votes
3answers
191 views

What is the best practice for setting up TFS for agile development?

I'm thinking of giving each part of the agile lifecycle its own project (TFS project, not csproj) as per Microsoft's agile template. Is it possible to move items (like User Stories or Tasks) from ...
2
votes
2answers
576 views

Dependency Management/Team Projects in Team Foundation Server 2010

I'm trying to find the best way logically separate projects in TFS 2010. Currently we have three separate projects: A core framework project which is run on a server A console application that ...
1
vote
1answer
57 views

Organizing projects in TFS

We have a web project with a framework that is shared between projects. Every project uses that framework. Beside that, every project has multiple customers with different features that will not be ...
1
vote
3answers
81 views

When do I create a new team project in TFS 2010?

We are setting up TFS 2010 and we have about 15 different applications we would like to migrate to TFS. We have already decided that we will do 1 collection. The question I have is should we create ...
1
vote
1answer
62 views

New Team Project from Existing, Branched Project - How to Retain Branch Paths?

I have an existing Team Project created with the out of the box MSF for Agile 5.0 process template. We have since standardized on a customized Microsoft Scrum 1.0 template. I have just created a new ...
1
vote
1answer
69 views

Merging team projects

In our current project we have four different TFS2010 Team Projects in the same Team Project Collection. The reason for this is that different parts of the project wanted to use different team project ...
1
vote
2answers
305 views

Merging TFS Team Project Collections

Is it possible to merge 2 different team project collections under TFS 2010, while keeping all version history (changeset numbers can change, since else there will be overlap problems in the ...
1
vote
2answers
135 views

Team Foundation Server Development Structure

I'm a part of a small development team who are in the process of moving from Visual Source Safe to TFS2010. I've been reading about TFS structure and came across a very good question. One thing ...
1
vote
1answer
200 views

How to determine programmatically whether team project has sharepoint portal configured?

In VS.Net 2010 Beta 2: when a team project gets created the wizard offers a choice of whether or not to configure the project's Sharepoint portal. How can I determine programmatically whether a team ...
1
vote
2answers
1k views

Using separate TFS projects for source control and work item tracking, is this a good thing?

I have a client who is using one TFS project just for source control only and now wants to manage work items in a totally different TFS project, using a different process template, and intends to link ...
0
votes
1answer
35 views

How to Lock obsolete TeamProjects

As part of a maintenance, I was about to Lock several now-obsolete TeamProjects, by right-clicking on each one's root in Source Control Explorer ($/TeamProject) and selecting "Lock..".Once I was done, ...
0
votes
1answer
32 views

What is the cause of these empty Team Projects in Team Explorer in Visual Studio 2010?

I have a peculiar problem within Visual Studio 2010, where all of a sudden my Team Projects within the Team Explorer window are empty and both display red crosses on their icons as can be seen in the ...
0
votes
2answers
58 views

How to Copy Area Hierarchy from One TFS Team Project to Another?

I have created a new Team Project using a different process template but a branch of the existing code. Is there a way to copy the Area hierarchy from the original Team Project to the new one? I'd ...
0
votes
1answer
73 views

branching team project

I have the following at Source Control Explorer TFSServer/teamCollection + teamproject Is is possible to branch /teamproject to /teamproject-dev? The output should be TFSServer/teamCollection/ + ...
0
votes
1answer
41 views

Teamprojects in subfolder not as root

I try to set up a new structure to a new TFS repository and I try to map team projects to subfolders in a structure like this: Root Trunc (TeamProject)Proj1 SubProj1 SubProj2 SubProj ... ...
0
votes
1answer
101 views

TFS 2010 - Unable to create Team Project

I had created a Team Project Collection and added a team project on TFS 2010 which was a created on a VMWare space. Of late my system administrator copied the image of the server and recreated it on ...
0
votes
2answers
260 views

Suggestions for Organizing Project Collections and Team Projects

Our company has decided to start using Team Foundation Server 2010 for our development process. I am having trouble deciding on how to structure our Collections and Team Projects. We have a total of ...
0
votes
2answers
154 views

VS2010 and VS2008 together in a Team

I'm in a team that all members have VS2008 installed on their machine, we have tortois svn as source control system. Is there a solution that I can work with them with VS2010 installed on my machine? ...
0
votes
1answer
286 views

TFS: Hundreds of separate applications/projects - what's the best approach?

Let's say that the company has a large number of separate small to medium applications which can be logically divided into a small number of groups. For example, I can have BMW, Mazda, Honda, Ford ...