TFS file name check at checkin
Im looking to incorporate a check functionality in TFS to ensure that开发者_高级运维 new files which are added have a specific naming convention. Can someone provide insights on the same?
TFS supports Check-in Policies.
There are set in the source control settings of each Team Project.
As well as a few included with TFS itself and more in TFS PowerToys you can create your own. You'll need the Visual Studio SDK, and information from MSDN (information for 2005 but should be easy to adapt for later versions).
精彩评论