TFSSecurity to change git branch permissions

后端 未结 2 1494
醉酒成梦
醉酒成梦 2021-01-26 03:39

I am implementing the TFS Security commands to change a git master branch acess control permissions to DENY for contribute field.

Below is the command I am using:

<
相关标签:
2条回答
  • 2021-01-26 03:54

    According to the error info, you are implementing with a not exist namespace.

    You can use tfssecurity /a command to view a list of namespaces at the server level

    The namespace that contains the group from which you want to remove the user or group. You can also use the tfssecurity /a command to view a list of namespaces at the server level, the collection level, and the project level.

    More detail info of this command, please refer the link from MSDN: Change groups and permissions with TFSSecurity

    0 讨论(0)
  • 2021-01-26 04:20

    You missed a blank space in "Git Repositories" name space. Try following:

    tfssecurity.exe /a+ "Git Repositories"
    
    0 讨论(0)
提交回复
热议问题