tfs

One-way Branching and Merging in TFS

The project I'm working on includes two what I'll call Libraries of code developed by other teams. Using TFS, we would simply include their TFS folders in our workspaces and include their Visual Studio projects in our solution files. If the other team checked-in a file to the libraries we would immediately get their changes. Obviously y...

Share "My Queries" from TFS

I have a few fairly involved work item queries saved in "My Queries" in TFS. I don't want to make them Team Queries because we have too many of those already and most of the team doesn't care about these particular queries. Is there a way to share these queries with the one other member of the team who is interested. Is there a way to...

Configuring TFS TeamBuild to execute different test categories on different Build Agents

I'm trying to understand how to configure TFS Team Build to provide a CI solution for my project. I have a fairly common setup that I have several categories of unit tests. For simplicity lets say there are two categories: Exchange2003 Exchange2007 Each test category needs particular software to be installed on the Build Agent so ...

TFS Sync history

In TFS, how do I see the history of syncs to a workspace? I want to see when I sync'd and which files were changed when the sync occurred. ...

Redeploying historical builds through TFS

Does TFS offer a way to save, track, and later redeploy builds by build number, or can you only deploy .dlls compiled from the current codebase? I'm looking for functionality similar to what you find in Changeman DS. ...

Change identity of TFS build agent

We have a TFS build agent that runs integration tests. Some of these tests make calls to web services on the internet. Our network uses a proxy to talk to the internet. Since the build agent runs under the identity on Network Service and the settings of Network Service are not configured to use the proxy, the tests fail. How to do one...

SharePoint Development in VM and Version Control With TFS

Our team is going to be developing against SharePoint using local VMs. Our VMs are not allowed to join the host domain. Additionally our host nics are prohibited from using Internet Connection Sharing. We have a requirement to source control all our development work using Team Foundation Server. Our TFS installation is using Kerebos for ...

Version Control for SharePoint site?

Hi all, We're working simultaneously on SharePoint sites. We've to move them on a source control system. We've got both VSS and TFS. We'll prefer TFS over VSS because of its reliability. I don't have any idea how to bind a SharePoint site with TFS? The reason it is a bit confused with SharePoint site is not all dependencies are in there...

TFS Right to left in Work Item

I create a workitem type but my problem is I can not see it's text box in RTL please help me ...

How do you actually use Visual Studio Team System database projects to version Sql Server

How are you supposed to correctly use a Visual Studio Team System database project to implement version control on a sql server database? This might seem overly generic but everything I've found so far online hasn't helped me in being able to achieve anything useful. I have managed to find functionality that appears to be similar to fea...

Team Foundation cannot retrieve the list of team projects from Team Foundation Server

When I'm trying to connect to tfs I got the following error: --------------------------- Microsoft Visual Studio --------------------------- Team Foundation Server TF31001: Team Foundation cannot retrieve the list of team projects from Team Foundation Server UGSERVER. The Team Foundation Server returned the following error: Team Founda...

Creating areas within TFS through command line

When we're creating a new TFS project, we're looking to take areas from one or more existing projects and copy them to the new project. We'd also like to sync up the project areas (so if a user adds an area in one of the component projects, that gets propagated overnight to the release projects). I don't want to go through the TFS UI, ...

is it possible to use team explorer for version control without buying license for visual studio ?

I downloaded the team explorer 2005 and when I tried to open the application from source control , I am getitng the error .csproj applicaion type is not installed . how can i resolve this ? ...

TFS shows pending changes with status "merge". If I check these in, will any files change?

Hi, I'm doing a merge of files in TFS. It's a bit tricky because some files in the target have been moved or deleted. After doing the merge and resolving conflicts, TFS shows a number of pending changes with status "merge". If I check these in, will any files change? I'm thinking that if I check in pending changes that are shown (in t...

How to reslve changeset conflicts

Hi.. I have a real time scenario whre there is a one developer who created 3 change sets as in 1.1,1.2 & 1.3 and decides to checkin changeset 1.3. now the second developer checkesout the code and writes his code and does CheckIn. The situation is 1st developer decides that he should not have checkedIn 1.3 instead checked IN 1.2 but if he...

How can I open a single changeset in TFS from within Visual Studio

Someone emailed me a TFS changeset ID and now I am trying to open this single changeset. Is there an easy was to do this from within Visual Studio (VS 2008 if it matters)? ...

TFS 2008 server time

Is there a way getting the tfs server time, i didn't find any method in the API which give such functionality. i have try many ways but failed to find a solution. thanks in advance , EA ...

Find revision when particular test started failing

We are in a situation when developers broken the TDD process and stopped running tests few weeks ago, and now we have about 25 failing tests in solution. Also i we do not have build archives for failed builds, because a nightly build definition was not set up to keep failed bilds in TFS What would be your approach to this problem? Is ...

Is there a way in TFS to see all the files that have been worked on by different users?

I have 3 people working on 1 Team project in TFS. I want to see all the users' work from the date when this Team project was branched until the day the last user checked in his work. It's required so I know how many files to transfer to another server. Does anyone know if there is a way? I did "view history" and it didn't really give me...

Force comparison of files when merging in Visual Studio 2008

Currently when I right-click -> Merge on a specific file in Visual Studio 2008 it attempts (and often succeeds) to automatically merge the file to my indicated target. How can I force VS to always allow me to manually compare and merge the file in my merge tool? I should mention that my source control is TFS. ...