How to design check-in policies only after a Get Last Version in TFS 2012?

2

I would like to know if it is possible and how do I stop Check In if the Developer did not get the Get Last Version before trying to upload, since in the presented scenario I do not have Team Foundation Build Service installed? >     

asked by anonymous 16.01.2015 / 12:48

1 answer

1

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

As of the 2010 release of Visual Studio, you can perform the sequence of steps described here :

  • On the Visual Studio menu, click Team > Project Settings > Source Control ;
  • In the settings window that appears, choose the Check-out Settings tab
  • Check the Enable Get Latest on Check Out ;
  • Click Ok .
16.01.2015 / 13:20