tfs2010

TFS2008 to TFS2010 migration upgrade

蹲街弑〆低调 提交于 2019-12-05 01:35:25
问题 All, I'm currently in the process of attempting to create a repeatable process for the upgrade of a TFS 2008 installation to new hardware in what Microsoft call a migration upgrade, but am experiencing issues when building the VS 2008 projects on the new hardware. Our TFS 2008 installation consists of two machines; one which houses the SQL databases and Application Tier, and the other which acts as a dedicated Build Server. The new hardware for our TFS 2010 installation consists of two

TFS 2010 API - Get work items from merge

纵然是瞬间 提交于 2019-12-05 01:24:09
问题 I need to send an email on completion of a build in TFS 2010 which details the work items associated with check-ins that have been compiled as part of this build. This works no problem via use of the associatedChangesets variable available in the build workflow. However, in a production situation, we will merge changes from our Development branch into a Release branch. At this point, the build considers there to have only been one change - which is the aforementioned merging of Development

How to Move TFS 2010 Build Definition between Projects?

拟墨画扇 提交于 2019-12-05 00:57:43
I have some TFS 2010 build definitions that were created under ProjectX. Now the source code has moved to a folder subordinate to ProjectY. How can I move the build definitions to ProjectY so they display under the Builds node of the Team Explorer for ProjectY? I don't think there is something out of the box to copy the build definitions from one project to another. However you should be able to do it using the TFS API. You will want to move the build process templates, which is what Pete is referring to, into the Build Process Template folder for the new project. After that you would do

PowerShell ForEach / Piping confusion

泄露秘密 提交于 2019-12-05 00:52:54
I am using the TFS PowerTools Cmdlets in PowerShell to try to get at some information about Changesets and related WorkItems from my server. I have boiled the problem down to behavior I don't understand and I am hoping it is not TFS specific (so someone out there might be able to explain the problem to me :) ) Here's the only command that I can get to work: Get-TfsItemHistory C:\myDir -recurse -stopafter 5 | % { Write-Host $_.WorkItems[0]["Title"] } It does what I expect - Get-TfsItemHistory returns a list of 5 ChangeSets, and it pipes those to a foreach that prints out the Title of the first

Team Foundation Server - Area / Iteration

送分小仙女□ 提交于 2019-12-05 00:35:44
I was wondering if someone could tell me what area/iteration in Team Foundation Server WorkItems is and how it should be used with projects? Is it as simple as: Area = Project Collection? Iteration = Version Number? I can't seem to find much information on what these are and what they are used for? The short answer is that the area classification is the logical division of your product or project, and the iteration classification is its chronological breakdown into releases and development iterations. The area path describes the logical part of the system that your work item relates to, e. g.,

How to Remove a Branch from the Middle of the Hierarchy?

谁说我不能喝 提交于 2019-12-05 00:28:11
I have a Team Project created with the "Standard" branch pattern from the ALM Rangers' Branching guidance: After creating it, I found that I only really needed the "Basic" pattern. That is, I don't need the "Service Pack" branch. Is there a way for me to remove the "Service Pack" branch and "heal" the hierarchy so that "Release" is under "Main" in the hierarchy? Right now, every changeset in the "Service Pack" hierarchy has a corresponding changeset in the "Release" hierarchy, as "Service Pack" has just been in the way. The simplest solution is to not remove or reparent. The service pack

TFS 2012 and VS 2010

风流意气都作罢 提交于 2019-12-05 00:04:04
I was very excited to hear TFS 2012 made a step towards distributed source control in allowing source code to be modified (without major issues) when TFS is offline. I currently use a hosted TFS service, so im hopeful the migration to TFS2012 should be painless. At least for me anyway. So my question is simple, is there such a thing as TFS2012 powertools for VS2010 or is TFS2012 only available for VS2012? Appreciate your comments. Jim Lamb You can connect to TFS 2012 from VS 2010, but you'll need the compatibility GDR . Local workspaces (which support the improved off-line experience you

How to open TFS Power Tools - Alerts Explorer

馋奶兔 提交于 2019-12-04 23:58:30
I have TFS 2010 and Visual Studio 2010 Ultimate and the April TFS 2010 Power Tools installed. I am a Project Collection Administrator on my TFS Server (so permissions should not be an issue). I want to open the alerts explorer, but when I right click on a project tab it is not there: Just in case I tried upgrading to the March version of the TFS 2010 Power Tools. There was no change. Opening the "Project Alerts" just gets me the normal Alerts dialog. I need to make a new alert. Any ideas how I can get the missing menu item back? Edit: I tried manually adding the menu item to the context menu.

TFS 2010: Service Unavailable 503

为君一笑 提交于 2019-12-04 22:34:23
I've been trying to solve this problem for about a week now. I posted this question on Microsoft website and only received one reply, which did not solve my issue. The following is a combination of my posts on Microsoft website. I installed and configured TFS 2010 on Window 7 PC 64-bit. When I navigate to http://localhost:8080/tfs in my browser, I get Service Unavailable – HTTP Error 503. The service is unavailable. Any help to solve this problem would be greatly appreciated. Based on previous reading, I have done much work to figure this out. Following are the steps I have gone through to

How do I model a 'Central Library' in TFS 2010?

不想你离开。 提交于 2019-12-04 19:38:33
I'm currently evaluating TFS 2010 for use in our development team as the source control solution instead of Git. We're a Microsoft shop, dipping our fingers into Sharepoint and Project Server anyway so it would be nice to have it all running in one platform. My problem starts with this... In Git, we have a development model that sees our Company's OWN re-usable code-base stored in a separate repository. Each client solution also has its own repository and a sub-module (extern for SVN-junkies) linking it to our common library. In order to allow for developers to add functionality to our common