How to develop Check-In policies only after a Get Last Version in TFS 2012?

Asked

Viewed 55 times

2

I wonder if it is possible and how to stop Check In if the Developer has not done the Get Last Version before trying to climb, given that in the presented scenario does not have Team Foundation Build Service deployed?

1 answer

1

There is the TFS Checkin Policy, which can be installed as a plugin for Visual Studio. Just install on the machine and use TFS normally.

From the 2010 version of Visual Studio, you can perform the sequence of steps described here:

  • In the Visual Studio menu, click Team > Project Settings > Source Control;
  • In the settings window that appears, choose the tab Check-out Settings;
  • Check the option Enable Get Latest on Check-out;
  • Click on OK.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.