首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >如何使用p4api.net以不同的用户B编辑/更新强制变更列表描述(由A创建)

如何使用p4api.net以不同的用户B编辑/更新强制变更列表描述(由A创建)
EN

Stack Overflow用户
提问于 2015-05-06 19:39:24
回答 1查看 1.3K关注 0票数 1

我正在尝试使用不同的用户在p4api.net中编辑更改列表描述。有没有可能这样做,因为我试图用不同的用户编辑变更列表描述,但它不允许我这样做。让我知道是否有任何强有力的方式来编辑/更新变更列表描述与不同的用户使用p4api.net方法。

用户A创建的-Changelist。

-Now用户B要在更改列表描述中更新/附加。

EN

回答 1

Stack Overflow用户

发布于 2015-05-06 21:52:59

一般来说,这是一个特权操作。您没有提到用户B是否具有特权。如果用户B具有权限,则该用户可以通过指定'force‘(-f)标志来更新其他用户的更改列表。

来自'p4 help change':

代码语言:javascript
复制
    The -f flag forces the update or deletion of other users' pending
    changelists.  -f can also force the deletion of submitted changelists
    after they have been emptied of files using 'p4 obliterate'.  By
    default, submitted changelists cannot be changed.  The -f flag can
    also force display of the 'Description' field in a restricted
    changelist. Finally the -f flag can force changing the 'User' of
    an empty pending change via -U. The -f flag requires 'admin'
    access granted by 'p4 protect'.  The -f and -u flags are mutually
    exclusive.
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/30075638

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档