Perforce

From kJams Wiki
Revision as of 03:14, 6 November 2018 by Dave (talk | contribs)
Jump to navigation Jump to search

How to do a checkpoint and / or update perforce server to latest

  1. p4 admin stop
  2. p4 verify -q //...
  3. cd into an empty folder (this is where checkpoint files will go)
  4. p4 admin checkpoint
  5. use app "LaunchControl" to unload p4d global daemon
  6. delete db.* files
  7. upgrade p4 & p4d
  8. p4d -jr checkpoint.xx <-- fill in number
  9. ensure the journal file has write access
  10. p4d -J journal -xu
  11. start / load p4d
  12. p4 counter lastCheckpointAction
  13. p4 verify -q //...
  14. p4 admin restart

Using LaunchControl to manage the p4 server daemon

import this file into LaunchControl as a Global Daemon, ensure it's running.

It should look like this:
perforce_launch_control.png