如何将 perforce 用户更改为超级用户

How to change a perforce user to superuser

如何将标准 perforce 用户更改为超级用户?看到很多关于如果超级用户密码丢失该怎么办的问题,但 none 关于如何创建另一个超级用户,或授予当前用户超级用户权限的问题。

您需要为该用户更新 Perforce 保护 table。

例如:

写用户 jen * //...

变为:

超级用户 jen * //...

此处提供有关 Perforce 保护的更多信息:

http://www.perforce.com/perforce/doc.current/manuals/p4sag/chapter.protections.html

希望这对您有所帮助, 珍.