Tagged Questions

Team Foundation Server is a complete Application Lifecycle Management (ALM) suite, offered by Microsoft. TFS combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with strong integration points to the Visual Studio and Microsoft Office product lines.

learn more… | top users | synonyms (2)

60
votes
32answers
3k views

Checking in of “commented out” code

Ok, here is something that has caused some friction at my current job and I really didn't expect it to. Organized in house software development is a new concept here and I have drawn up a first draft ...
60
votes
17answers
27k views

How do I rollback a TFS check-in?

I'd like to rollback a change I made recently in TFS. In Subversion, this was pretty straightforward. However, it seems to be an incredible headache in TFS: Option 1: Get Prior Version Manually ...
58
votes
3answers
8k views

Can I unshelve to a different branch in tfs 2008?

Let's assume that some developer in my team shelved his changes that he did in branch A. And I am working on branch B. Can I unshelve his changes into branch B? (By GUI or command prompt)
52
votes
25answers
20k views

Experience with SVN vs. Team Foundation Server?

A few months back my team switched our source control over to Subversion from Visual SourceSafe, and we haven't been happier. Recently I've been looking at Team Foundation Server, and at least on the ...
44
votes
6answers
6k views

Real-world use of Mercurial with a Team Foundation Server?

My shop uses TFS & is generally happy with it with the exception of the lack of local repository commits/reverts. I'm starting to use Mercurial locally myself to help manage smaller chunks of ...
43
votes
4answers
20k views

What is Shelving in TFS? just a soft checkin so others can see code?

Is shelving in TFS merely a soft checkin so other team members can see the source code? i.e. the shelved code will not be compiled right?
36
votes
7answers
17k views

Team Build Error: The Path … is already mapped to workspace

When creating a new build in Team Foundation Server, I get the following error when attempting to run the new build: The path C:\Build\ProductReleases\FullBuildv5.4.2x\Sources is already ...
34
votes
7answers
9k views

Git and Team Foundation Server

Update: I don't use TFS anymore. But from the comments I can see that git-tfs is obviously the way to go nowadays. Has anybody experience using Git as an offline solution for Team Foundation Server? ...
33
votes
15answers
10k views

TFS vs SVN

I am about to start a project (.NET) and need to decide between TFS and SVN. I am more used to SVN(with tortoise client), CVS and VSS. Does TFS have all features available in SVN Have any of you ...
32
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?
31
votes
7answers
18k views

Find in Files: Search all code in Team Foundation Server

Is there a way to search the latest version of every file in TFS for a specific string or regex? This is probably the only thing I miss from Visual Source Safe... Currently I perform a Get Latest ...
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 - ...
29
votes
7answers
6k views

Get Visual Studio to run a T4 Template on every build

How do I get a T4 template to generate its output on every build? As it is now, it only regenerates it when I make a change to the template. I have found other questions similar to this: ...
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 ...
27
votes
3answers
11k views

How can I completely remove TFS Bindings

I have a solution that contains a good deal of projects, I would like to remove the source control bindings completely, how can I do this? Update: What I really want to do is move one solution and ...
25
votes
6answers
12k views

Work offline in Team Foundation Server

Is there a way to set "work offline" in TFS without having to try opening a solution, waiting for it to time out, and then having Visual Studio work out that it has failed? It seems a touch ...
23
votes
31answers
3k views

What are the cool and interesting things that you do during build-automation?

I am just curious to see what others are doing during build-automation other than usual compile, build, run-tests, etc tasks that might be helpful and inspirational for others to consider and look ...
23
votes
5answers
5k views

TFS: How can you Undo Checkout of Unmodified files in a batch file

We use a batch file to generate code, and it automatically checks out the generated files from Team Foundation Server (TFS) so that it can regenerate them. The majority of these files are not ...
20
votes
3answers
5k views

TFS: Merge best practices

We have a standard branch architecture where we have a development branch for each team, a common integration branch (from where all development branches are branched) and production branch branched ...
20
votes
3answers
4k views

How to ignore files/directories in tfs?

Is it possible to set up files/folders to ignore on a per-project basis in tfs source control? For example, I've a website with an assets folder that I do not want to go in to source control. These ...
19
votes
5answers
10k views

How to work offline with TFS

Our TFS server has some temporary connectivity issues right now, and as such VS has gone unresponsive, leaving 50+ developers unable to work! Is it possible to switch TFS into an offline mode in the ...
19
votes
8answers
9k views

What is a solution folder in visual studio

I have a vs 2008 solution and I would like to include a real folder in the solution, but not at the project level, instead at the solution level. I noticed you can right click the solution and add a ...
18
votes
6answers
13k views

Can I see TFS file history with labels?

We currently are using both Visual Source Safe and Team Foundation Server at work (VSS for old projects, TFS for current or new projects). We have always used Labels in source control for each build. ...
18
votes
4answers
3k views

Creating a Patch with TFS

Creating a patch is very easy in SubVersion, With Tortoise, you right-click and select Create Patch. But for the life of me, I can't find this functionality in TFS. Is this possible? If not, what's ...
17
votes
1answer
442 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 ...
17
votes
6answers
6k views

TFS Tool for Peer Code review

Could any one suggest a tool for performing peer code review before check-ins that is integrated with Team Foundation Server and Visual Studio 2008? [Update]: Looks like there is no such tool. Can ...
16
votes
2answers
641 views

How do I use git-tfs and idiomatic git branching against a TFS repository?

How Do I Use git-tfs Idiomatically? The git idiom is to check out branches to the root directory of the repository. Checking out a branch will replace the contents of the directory with the contents ...
16
votes
2answers
5k views

Team Foundation Server - Moving Source with History

I was wondering what the best approach might be in moving source code, with history, from one Team Project to another Team Project. I am not concerned with work items, reporting, or SharePoint sites, ...
16
votes
5answers
27k views

Visual Studio 2010 Team Explorer

I just installed VS2010 and I want to connect to TFS, But I don't have any team explorer options. I searched for Team Explorer and I found this link that states that Team Explorer comes preinstalled ...
16
votes
4answers
2k views

TFS, VS2008: How to deal with external assemblies

We have various solutions with various numbers of projects in them. All checked in to a Team Foundation Server source control thing. Most of them builds as Class Libraries. Anyways, we now want to ...
16
votes
13answers
4k views

Is the Subversion 'stack' a realistic alternative to Team Foundation Server?

I'm evaluating Microsoft Team Foundation Server for my customer, who currently uses Visual SourceSafe and nothing else. They have explicitly expressed a desire to implement a more rigid and ...
16
votes
5answers
6k views

Cruise Control .Net vs Team Foundation Build

Our team is setting up nightly and continuous integration builds. We own Team Foundation Server and could use Team Foundation Build. I'm more familiar with CC.Net and lean that way but management ...
15
votes
7answers
1k views

Distributed Version Control Systems and the Enterprise - a Good mix?

I can see why distributed source control systems (DVCS - like Mercurial) make sense for open source projects. But do they make sense for an enterprise? (over a centralized Source Control System such ...
15
votes
8answers
4k views

How to stop Visual Studio from “always” checking out solutions files

For apparently no reason, every time I open my solution, Visual Studio checks the sln file out. If I compare it to the previous version there are no changes. But this is really frustrating since ...
15
votes
3answers
3k views

Implementing Team Foundation Server with a small development team

We have a small 3 developer team that is currently using Subversion for our source control. We expect the team to group to 8 members within the next 6 to 12 months. We are considering changing our ...
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
12answers
8k views

What's the best way to get TFS to output each project to its own directory?

I'm putting a large codebase into Team Foundation Server. I would like the build process to create a "ready to deploy" build of our projects. The normal way we've been doing this is to have each ...
14
votes
15answers
3k views

Free “Personal” source control system?

At work I use something called team foundations services. It's a source saving tool that stores change sets of code I "check in". Is there a similar product that's good for a single programmer. ...
14
votes
3answers
4k views

Team Foundation Server (TFS) File Difference viewer - customize with other tool

I am using Team Foundation Server (TFS) for Visual Studio 2005. Whenever i wish to compare two file's versions TFS displays a window with the differences. The problem is that it is always splitted ...
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 ...
13
votes
6answers
306 views

How are developers using source control, I am trying to find the most efficient way to do source control in a small dev environment

I work in a group of 4 .Net developers. We rarely work on the same project at the same time but it does happen from time to time.We use TFS for source control. My most recent example is a project I ...
13
votes
5answers
447 views

Why should my small .NET development company upgrade from Team Foundation Server 2008 to 2010?

The company for which I work has an MSDN license and upgrading to TFS 2010 from 2008 is not an expensive option. However, neither my colleagues or me have been able to find any features that make ...
13
votes
1answer
2k views

TFS Get Specific Version into separate folder

I'm currently working on a project with TFS source control. We've just gotten in a bug report for an older version of the code, and I need to pull down that version of code to test it out. My first ...
13
votes
11answers
8k views

Good TFS Hosting Provider [closed]

I'm looking for a good 3rd party host for Team Foundation Server. Have any of you had good or bad experiences in the past? Will be working on a small .NET project with several other guys in ...
13
votes
3answers
4k views

TFS Build server - CSC : fatal error CS2008: No inputs specified

We get the above error message on our build server, when we build the solution or the specific project that the error refers to. We can build the solution without any problem using visual studio ...
13
votes
6answers
6k views

Tool to Migrate from SVN to TFS

Hi can any one suggest tool for migrating from SVN to TFS preferred Open Source
13
votes
3answers
4k views

HintPath on a added reference in Visual Studio

I know that I can add a HintPath to an external DLLs to help Visual Studio/TFS find the dll when it builds. What I was wondering is... is it possible to add multiple HintPath? For example... ...
13
votes
9answers
10k views

Adding a new project to an existing solution in TFS

I added a project to an existing solution that is currently under source control using TFS, but for some reason I cannot check in the new project. When I view my pending changes, none of the files in ...
13
votes
7answers
5k views

Visual Source Safe --> TFS Migration

Around here we have been working with a bunch of Visual Source Safe repositories for about 10 years or so. Now I want to get rid of sourcesafe and move on to Team Foundation Server. Do you have any ...
12
votes
5answers
5k views

How to rollback in Visual Studio TFS?

I'm working on one sub-module of a large project for which is use VSTS 2008. I have a need to rollback the module to an earlier version (about 4 check-ins previous). I tried to do this in the Visual ...

1 2 3 4 5 66