branching and merging - Can we configure TFS to accept merges only from specific branches? -


we're considering "functional branch" strategy dev, qa, , release branches. see how control check-ins users, possible configure release branch accept merges qa branch?

you cannot restrict branch allow merges specific branches only.

however, prevent check-ins through custom check-in policie. need combine custom path policy configuring speficic folder. detail ways please refer: how apply check-in policies branches or folders. how create custom check-in policy api, take @ tutorial: creating tfs custom check-in policy

for more easier way, might consider limiting security on release branches person(s) responsible enough right. it's more internal process constraint:"david, please avoid merging changes other qa branches, thanks!"


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -