How do you p4 sync as another user?
+1
A:
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
jhwist
2010-04-12 20:39:34
+1
A:
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.
davidfischer
2010-04-15 17:53:27