如何在没有管理员权限的情况下提交另一个用户的 perforce CL?
How to submit a perforce CL of another user without admin privileges?
我没有管理员权限。需要测试其他人的更改列表并提交。
尝试更改 CL 的所有者,但没有管理员就无法工作。
p4 change -U <creator> <CL>
Error in change specification.
Change <CL> can only be updated by user <creator>
取消搁置原始 CL,然后对其进行测试,将创建一个重复的 CL。可以提交重复的 CL,但不能提交原始 CL。
是否有任何方法可以提交另一个没有管理员权限的用户的 perforce 更改列表?
根据文档,我会拒绝(见下文)。您这样做的方式可能是使用搁置的最佳方式。另一个选择是有一个不稳定的分支,代码可以被破坏,另一个用户可以 'release' 在测试到一个稳定的分支后。
根据我的理解,变更列表归用户所有,并不能像您想要的那样真正“转移”。
来自有关 p4 change
命令的 Helix 2020.2 文档
The owner of an empty pending changelist (that is, a pending changelist without any files in it) can transfer ownership of the changelist to another existing user either by editing this field, or by using the -U user option.
如果您从“共享工作区”路径开始。不。 “Perforce 技术支持积极劝阻”和“在多个用户之间共享 Perforce 客户端工作区几乎从来都不是一个好主意”https://community.perforce.com/s/article/3675
我没有管理员权限。需要测试其他人的更改列表并提交。 尝试更改 CL 的所有者,但没有管理员就无法工作。
p4 change -U <creator> <CL>
Error in change specification.
Change <CL> can only be updated by user <creator>
取消搁置原始 CL,然后对其进行测试,将创建一个重复的 CL。可以提交重复的 CL,但不能提交原始 CL。
是否有任何方法可以提交另一个没有管理员权限的用户的 perforce 更改列表?
根据文档,我会拒绝(见下文)。您这样做的方式可能是使用搁置的最佳方式。另一个选择是有一个不稳定的分支,代码可以被破坏,另一个用户可以 'release' 在测试到一个稳定的分支后。
根据我的理解,变更列表归用户所有,并不能像您想要的那样真正“转移”。
来自有关 p4 change
命令的 Helix 2020.2 文档
The owner of an empty pending changelist (that is, a pending changelist without any files in it) can transfer ownership of the changelist to another existing user either by editing this field, or by using the -U user option.
如果您从“共享工作区”路径开始。不。 “Perforce 技术支持积极劝阻”和“在多个用户之间共享 Perforce 客户端工作区几乎从来都不是一个好主意”https://community.perforce.com/s/article/3675