Hi - we are using perforce with the repository checkout step to sync files in QB. This usually outputs a command like so:
p4 -p <server> -u <user> -P <pass> -c <client name> sync @<changelist>
Is there any way the client's name could be added to the repository checkout command that is run by QB?
So like:
p4 -p <server> -u <user> -P <pass> -c <client name> sync //<client name>/...@<changelist>
Our perforce admin is recommending we use this method instead.
Thanks!