使用 P4.Net DLL 获取 Perforce 分支的角色信息
我想使用 P4.Net 获取 P4 分支的角色(AD 组)信息。有没有办法找到哪个 AD 组可以访问特定的 P4 分支。
I want to fetch role (AD Group) information of a P4 branch using P4.Net. Is there a way to find which AD Group has access to a perticular P4 branch.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
P4 Protects 命令可用于获取角色信息。
语法:
p4 保护 [文件夹/文件路径]
上面的命令给出了有权访问 p4 文件夹\文件的所有组\用户的列表
P4 Protects command can be used to get role information.
Syntax:
p4 protects [folder/file path]
Above command gives list of all the groups\users who are having access to the p4 folder\file