tfs

Does Visual Studio 2010 Beta 2 Include a TFS server?

I recently downloaded Visual Studio 2010 beta 2, and was told it included a TFS server. However I am unsure of if it has/can be installed, or how to start it up if it has been. Can anyone shed any light on this for me please? Thanks :) Thanks for your help :) I am downloading the ISO of the separate product instead from msdn. ...

How can I change the unit tests that are run for a particular build configuration?

We have a Visual Studio 2008 solution with a large number of projects in it. For the current product, only some of those projects are being used. We've created a build configuration for that product so we don't have to build every project in the solution. I want to be able to easily run all the unit tests that are relevant for this bu...

Backing up documents of TFS server

I have been given a task of Backing up of documents in TFS server. I am not sure how to proceed with this. Google search didnot return anything usable. How can i do this. Please share your experiences. ...

TFS State transitions: only for GUI use?

The state transitions of a work item in TFS (as defined in the project template): are these used for the workflow logic on the TFS GUI only? Or is this also used as a check when I use the TFS API to make changes to a work item in code? For example when I remove the transition between Closed and Active (so that the TFS UI will never be a...

Subscribing to TFS events and WCF

Sorry for asking a question about something I don't know much about, but I've been pulling my hair out trying to get this working. So, I have a WCF service that is hosted on IIS and seems to be working insomuch that I can "see" it on the network by going to http://servername/MyService.svc in a browser. That .svc looks like: <% @Servic...

View History in TFS

We have created a New Team Project in TFS 2008. We want to merge 7 different team projects with this New Team Project and finally delete the old 7 projects. A existing project is branched with a new team project. After this,we are not able to view the history of source project in the target (new) project view history. Please let us know...

TFS Team Query: get all changed work items since a given time

Apparently it is impossible to provide the Changed Date field with a timestamp (format '2009-12-14 10:00:00') when defining a new Team Query. I get the error: "The query failed. You cannot supply a time with the date when running a query using date precision.". Is there a workaround for this? I just want a list of work items which are c...

TFS File Changed Notification

We have a number of files in our project and if they change they require changes to the Installers. Developers don't seem to be aware of the knock-ons of not notifying guy that looks after the installers of a change no matter how many emails are sent about it. We need some way of being notified if any of these files change. I know T...

Keep a TFS source backup in Visual Source Safe. Possible?

We moved from Visual Source Safe to Team Foundation Server. Can I sync. TFS source control to Visual Source Safe? I would like to keep a backup of Team Foundation Server source control in Visual Source Safe. Just to have a backup server ready in case the Team Foundation Server rot out and we can quickly shift back to Visual Source Safe s...

How do I automate build and testing for an asp.net ajax application in Team Foundation Server?

Hi all, Q. We're looking for a way to automate build process, run test cases and store build results. A problem could be raise as the application on which we want to setup this process is an ajax application -- a one page operation application highly rely on JavaScript. The QA team is using QTP to automate their testing. Q...

Place DLLs in GAC on Solution Build in Debug

We have a couple of DLLs that need to be put in the GAC at compile time only in Debug mode as this is what developers use locally. Release mode will be the Continuous Integration server build and we will not want to put any dlls in the GAC. We used to do something similar with post build events on a project, but if a post build event ...

TFS- Revision graph like Subversion

Is there a way to see revisions/changeset to a repository in TFS just like how we can see revisions/branches in SVN using revision graph? Edit: I am using TortoiseSVN for SVN client ...

Is there a way to see revisions/changeset to a repository in TFS just like how we can see revisions/branches in SVN using revision graph?

Is there a way to see revisions/changeset to a repository in TFS just like how we can see revisions/branches in SVN using revision graph? i m currently using TFS ...

Visual Studio Error: You are not logged into Windows Live Messenger

Does anyone know why visual studio does this? ...

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 - "None of the products that are addressed by this software update are installed on this computer." The developer machine is able to browse ...

TFS / File Checkout from C#

I don't have a great deal of experience with TFS, other than using it for source control. I am working on a C# application that will need to modify files that are being controlled by TFS. From within my C# application, how can I check out a file that is controlled via TFS? Thanks - Randy ...

Where do you record Technical Debt in TFS?

I'd like to find a way to record the Technical Debt we incur in TFS. I need to record each item outside of a specific iteration to ensure that it is visible and easily-reported all the time. I've considered creating a separate Area for technical debt, but am unsure how well-suited that field actually is. What are some common approache...

Can you link a TFS Work Item to a OneNote Task?

My company uses Team Foundation Server for project tracking. I use OneNote for personal organization. It would be really sweet if I could link a OneNote task to an associated TFS Work Item and track them together. Can you do this? Has any such integration been attempted in the past? ...

TFS 2010 API Resources

Does anyone have any good resources for working with the TFS 2010 API? I specifically looking at how to create, read, update and delete work items. ...

Team Foundation Server - A programmer's guide

In addition to my Previous topic on How to use SVN, Branch? Tag? Trunk? I would like to get in-depth on how a programmer should/could use TFS. The things that are most interesting to me is not how to set up the server, rather how you use it on a daily basis. In the area of software engineering where your responsibility not only l...