tfs

tfs project alerts

the 4 project alerts in TFS are good but I need some more of mine in them. The important one i want is when i create a new bug in TFS i want an email to be sent out. Is there a way i can create a new alert in the project alerts? If so how? ...

TFS: Why there are Pending changes from multiple projects

hi. i have a Team Project and under this Team Project there are multiple visual studions solutions. each solution contain multiple projects. while working on a solution , in pending changes it shows me files from other solutions as well which are checked out to me.... this is wrong.. it have to show only changes related to current sol...

Deploy problem with hierarchyid on automated build only

I am getting the following error during the deploy task of an automated build (Team Foundation Build Server). This deployment may encounter errors during execution because [dbo].[MyTableThatUsesHierarchyId] depends on [sys].[hierarchyid] and [sys].[hierarchyid] does not exist in the target database I can manually deploy ...

Cannot connect to TFS after adding domain controller Windows Server 2008

Hey Guys- Just added a domain controller to my server that is running tfs as well. And I believe Ive really "mucked" tfs now. Before it was configured to run at HTTP://CHICAGO:8080. It looks like I need to reconfigure TFS, I am just unsure how. I can still access Sharepoint Central Administration. However when I try to get at the Servi...

Saving WorkItem - SaveFlags

Hi, in 2010 Beta 2 the new TFS SDK provides an overloaded method for WorkItem.Save(SaveFlags). SaveFlags is an enum with only 2 values: None and MergeLinks. Does anybody know what the MergeLinks option actually does? Can't find it anywhere... Thanks in advance. ...

TFS Manual Mstest Publish Results?

Following a MSDN web page, I am trying to manually run mstest within my tfsbuild.proj and put the results into the pass/fail logic so the build will fail if this particular test fails. It's kind of like running a FxCop or something else from CMD and capturing a "0" or "1" and force-fail the build. MSTest /testcontainer:test.dll /publish...

Permanent deleting under TFS 2005

How can I permanently delete a folder/file under TFS 2005 source control? I know about the tf destroy command, but that only works with TFS 2008. I also know about the TFS PowerPack at CodePlex, but I want to know if there is a built-in tool to achieve this. ...

Visual Studio Build Tasks - TFS Operations

I'm looking to extend some post build tasks to include the checking out and then checking in of a DLL. We are using TFS and I know there are command line tools to do this. What I don't know how to do is to integrate these into my existing post build tasks. Right now my post build tasks are simple and are managed in Visual Studio through ...

Delete a Sharepoint Wiki page that has no menu

Hi I created a Wiki in Sharepoint 2007, and then deleted the Home page. Now when I go to the AllPages.aspx (ie the root of the wiki) I've got no menu options. I cannot delete the Wiki page, or add any pages to it. Here's what I see - there's no way to delete it as far as I can tell. Any help greatly appreciated, don't want to start...

Moving TFS Template between servers

We have customized a TFS Template. We would now like to move this template to a different TFS Server. What is the best ways to do this? Thanks Shiraz EDIT We tried the process template as recommend below, but got the following error when trying to import: ---begin Exception entry--- Time: 2009-11-25 10:28:24Z Module: Engine Event ...

Best Practices for improving Software Quality

We are looking for methods to improve our internal processes when developing software. We have already adopted TDD contiguous integration and Agile. Any obscure features of visual studio or TFS? All suggestions welcome. ...

Can you use multiple working folders with TFS?

In projects in which the workspace has only one working folder, my build scripts work great. Now that I am working with a new project that required 2 working folders, all of the checkout and checkin commands of my previous script fail, with no files found. Obviously, I'm not understanding a critical part of the implementation of the wor...

Get linked work item in Team Foundation Server

Hi Does anyone has any idea how we can retrieve all linked work item in TFS from a given work item. Code snippet will be of great help ...

Is there a overview of my existing shelves available in Visual Studio 2008 when shelving?

I'm using Visual Studio 2008 and discovered the shelve/unshelve function for me and became a great fan of it. But there is one thing that annoys me. The shelve dialog lags a overview of my existing shelves. So each time I want to shelve I first open the unshelve dialog which lists all my existing shelves. After closing the dialog I ope...

tf14087 Cannot undelete [file] because not all of the deletion is being undeleted

We are getting this error when we try to merge from a development branch (Dev) back to its parent branch (Main). Main did have some changesets rolled back a few weeks ago which included the deletion of some folders which exist in Dev. We believe this is the source of the problem. What is the best way to resolve this. Main should pr...

Team Foundation Build (2008) minus the .sln files?

Setting up a new team build in tfs build 2008, you're forced to select a .sln file for your build definition. I've read through Microsoft.TeamFoundation.Build.Targets, and from what I understand, all team build does is convert the silly .sln format to msbuild in tfsbuild.proj on-the-fly, and then build that. So what you end up with is ...

Using TFS with Third Party Bug/Issue Tracking?

Are there any 3rd party bug tracking applications that integrate with TFS? My company wants to use TFS for source control but not for bug tracking if there are any better 3rd party tools. ...

How to import testcases in TFS from excel sheet

i need some help on writting a macro which will upload the test cases in excel sheet directly into TFS ...

how to delete a developers workspace

A developer has left, and his workstation is now formatted. TFS thinks he still has files checked out. Clearly he'll never be checking them in. How do I tell TFS to forget about it? ...

Using SVNBridge with TFS (not CodePlex)

Hi. I'm trying to access my TFS Server using SVNBridge so I can work disconnected. I tried using the server-based as well as client-based solution. I'm just getting internal server 500 errors returned. I'm not sure I'm connecting to the site correctly though. Other posts I've read concerning SVNBridge seem to exclusively be about Co...