tfs - How to deny contributions using TFSSecurity with Git -


using tfssecurity need prevent contributions git branches. we'd via web interface tfs , deny contribute permission contributors group need automate it.

i know can turn make amendments master branch of repo using tfssecurity can't find example of how on branch.

can assist?

thanks

tfssecurity command using below format set permission:

tfssecurity /a+ namespace token action identity (allow | deny) [/collection:collectionurl] [/server:serverurl] 

there concept of namespace

namespace

the namespace contains group want add permissions user or group. can use tfssecurity /a command view list of namespaces @ server, collection, , project level.

source link: change groups , permissions tfssecurity

only namespace git repo called "git repositories", have not namespace git branch.

for setting git branch permissions, may have through web portal now. take @ related question: tfssecurity change git branch permissions


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -