Fetching and pushing fixes

If you plan to share fixes — that is, jobs associated with changelists — between servers when fetching and pushing (as well as zipping and unzipping) you must ensure that:

  • The two servers have identical job specs
  • You have manually copied the jobs you plan to push, fetch, zip, or unzip from one server to the other. You do this with the p4 job command.

    In the example below, p_server is pushing a job to s_server: You generate the job output by running p4 job -o and specifying the s_server name and port number and then pass the job form into s_server by running p4 job -i.

    $ p4 -p s_server:1667 job -o JobName | p4 job -i