TFVC Checkin Policy Ask a developer for confirmation in a TFS checkin policy A TFS checkin policy can normally only be dismissed by overriding the policy. There is no way to selectively allow a user to override one, but not another policy. And there is no way to interact with the user from the Check-in dialog using custom UI other than the message,
Team Foundation Server Creating a Check-in Policy to warn when checking into multiple branches at once > Update: Project has been uploaded to GitHub [https://github.com/jessehouwing/tfstools]. One of the teams I work with recently had strange issues when they tried to merge their feature branches to the main branch. It turned out that one developer had accidentally misconfigured his workspace and was check-in
TFVC Checkin Policy Creating a custom check-in policy pack that works with multiple versions of Visual Studio. Anyone who has ever tried to create a custom check-in policy for Visual Studio probably knows that the policy isn't specific to the TFS server version you're using, but to the version of Visual Studio that is connecting. This can be confusing for companies that are
Team Foundation Server Code Review Check-in Policy for TFS 2012 The question whether you can force that Code Reviews must be done before checking in a set of changes in TFS. And up until recently there wasn't. Colin [http://www.colinsalmcorner.com/]created a check-in policy and shared it on the Visual Studio Gallery [http://visualstudiogallery.msdn.microsoft.
TFVC Checkin Policy Which Check-in policies do you use with your projects? Team Foundation Server allows an administrator to define a Check-in policy to ensure all code that is checked in conforms to a certain standard and that a minimal set of quality attributes have been applied to that code. Not all of these policies make sense in every situation and implementing
TFVC Checkin Policy Using existing Check-in policies with TFS 2012 A few days ago a forum user of the MSDN forums posted a question on how to use the existing Check-in policies from Visual Studio 2010 (or below) with the Visual Studio 11 beta [http://social.msdn.microsoft.com/Forums/en-US/tfsversioncontrol/thread/6bd4fe2f-b06a-49c4-a4d0-5a75d3dc3dd3/?prof=required] . I remembered having bookmarked