开发者

p4 sync as different user

How do you p4 s开发者_开发百科ync as another user?


You can specify the username (and even the password) via environment variables:

P4USER=foo P4PASSWD=bar p4 sync

also, have a look at p4 help environment


These options can also be passed on the command line:

p4 -uUSER -PPASSWORD sync ...

Take a look at "p4 help usage" for details. It shows the arguments that all commands accept.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜