开发者

p4 sync as different user

开发者 https://www.devze.com 2022-12-26 07:30 出处:网络
How do you p4 s开发者_开发百科ync as another user?You can specify the username (and even the password) via environment variables:

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

精彩评论

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