Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Adding workspace to repository checkout action #3820

stephasaurus ·

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!

  • replies 4
  • views 858
  • stars 0
robinshen ADMIN ·

Any specific reason the client name needs to be added here? Perforce should be able to sync the client <client name> specified via "-c" parameter automatically, and we never has problem with this command on customer site so far.

stephasaurus ·

So we're seeing some issues where files are getting out of sync with perforce and are trying to figure out the cause. That's why our P4 admin is recommending we try to add the client name.

robinshen ADMIN ·
stephasaurus ·

Thank you very much! We really appreciate it!