tfs2012

ItemNotMappedException: There is no working folder mapping for XYZ

☆樱花仙子☆ 提交于 2019-12-05 14:06:13
I get a Exception throught VersionControlOnNonFatalError-Eventhandler with the following Content: "There is no working folder mapping for C:\SqlWorkspace." I have indeed that mapping on my machine. Because of this, i wonder whats wrong. The error is provoked on the line "workspace.PendAdd(pc.LocalItem);" where pc.LocalItem contains "C:\SqlWorkspace\Audits.sql" Workspace.Folders contains: LocalItem: "C:\SqlWorkspace ServerItem: $/Code/y_Test/SqlHistoryNew Type: Map}" Why this error, all settings and parameters seems to be ok? Other questions like mine gave me no hints, which could have been

TFS2012 Upgrade - Builds sometimes failing with TF215097 “DynamicActivity” error

六眼飞鱼酱① 提交于 2019-12-05 13:02:50
We use a few tweaked Build Process Template, developed for TFS2010 for all of our builds, but these BPTs are not using any custom activities. We recently upgraded to TFS2012, and during the upgrade converted our BPTs according to these instructions . This works fine, most of the time, but periodically, it coughs up: TF215097: An error occurred while initializing a build for build definition \Project1 (Dev10)\Simple - Manual: The values provided for the root activity's arguments did not satisfy the root activity's requirements: 'DynamicActivity': Expected an input parameter value of type

Can I modify the default Check-in Action in TFS 2012?

元气小坏坏 提交于 2019-12-05 10:06:12
I want to associate a changeset with a workitem as default to associating it in TFS 2012 . Trying HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\**11.0**\TeamFoundation\SourceControl\Behavior @ResolveAsDefaultCheckinAction = "False" is not useful for tasks which "State" is "Active" . It is ok when the state is "New", "Proposed" etc... Do you have any idea to do this for all states? It's a long story, The workaround that will work will be as the following: Checkout this link here http://msdn.microsoft.com/en-us/library/ms194965(v=vs.110).aspx Basically whats it is saying on a given work item

What are the consequences of renaming a branch in TFS 2012?

你。 提交于 2019-12-05 08:45:14
问题 I've read in many places that renaming a branch is rather problematic in TFS 2010 : you may lose the history of the branch you just renamed ( as seen in this article or in this SO question ) I cannot find any mention of those problems in TFS 2012. Are there any consequences I should be aware of before renaming a branch in TFS 2012 ? 回答1: The biggest problem with renaming a branch, is that you will effectively be performing a baseless merge next time you merge to or from the renamed branch.

Project TargetDir on TFS build server

≯℡__Kan透↙ 提交于 2019-12-05 08:22:36
I'm using Pre-/Post-build events in my VS2012 project files to perform build tasks. This works perfectly fine locally, but I have an issue running it from our TFS 2012 Build Server. Locally the $(TargetDir) for each project is set to its own /bin folder. On the build server however this is set to a single /bin folder outside of the solution root folder in which it consolidates all the binaries that were build. This is not at all what I want! I just want the build server to behave the same way as my VS2012 build does . There doesn't seem to be any setting in the build template that allows me to

SVN tagging equivalent in TFS 2012

烈酒焚心 提交于 2019-12-05 02:47:35
I recently migrated to the TFS 2012 and I have worked with SVN for a long time. In SVN I used " Tags " to mark some important " checkpoints " of development, ie when I finished a software version (alpha, beta) I created a Tag for that version. If some mistake happen, I am " protected ". Now, I need the same behaviour (or equivalent) to use in the TFS source control, but I'm confused as to its structure. How I use " Tagging " in TFS ? In Team Foundation Server, labels are similar to tags in other version control system; a label contains files at a specific version. When we release some product,

How to customize the taskboard in TFS 2012?

自闭症网瘾萝莉.ら 提交于 2019-12-05 01:26:09
I've installed TFS 2012 RC, and managed to customize my work item types to add custom fields, and also an additional state. I would like to be able to see this additional state between the In progress column, and the Done columnd and didn't found a way to do this. Any ideas about how to achieve the customization of the board (I'm using the SCRUM template). Regards, Just found the solution thanks to the msdn documentation : http://msdn.microsoft.com/en-us/library/hh739066(v=vs.110).aspx 来源: https://stackoverflow.com/questions/10917457/how-to-customize-the-taskboard-in-tfs-2012

How to fix TF246017 The Team foundation server could not connect to database

时间秒杀一切 提交于 2019-12-05 01:06:11
I'm getting nothing but this error TF246017 I'm not able to access TFS as admin or domain user While accessing administration console, showing the error TF246017 Domain users getting TF31001 where the server returns TF246017 TFS was working fine with SQL Server 2008. And now we have also installed SQL server 2012 in the same machine.( I believe it doesn't connected anyway to tfs server) But, even after uninstalling SQL 2012, it displays the same error In application tier/ database tier, getting error as Error retrieving value . Unable to access http://xxxxxxx:8080/tfs displays same error

What's missing in TFS Express?

不羁的心 提交于 2019-12-05 00:27:53
I know there are some limitations to use the express edition of TFS: only compatible with SQL Express, no reporting service. Can anyone tell me more? I googled 'TFS Express Limitations' The Express edition is essentially the same TFS as you get when you install the TFS Basic wizard except that the install is trimmed down and streamlined to make it incredibly fast and easy. In addition to the normal TFS Basic install limitations (no Sharepoint integration, no reporting), TFS Express: Is limited to no more than 5 named users. Only supports SQL Server Express Edition (which we’ll install for you,

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