79110862

Date: 2024-10-21 16:10:21
Score: 1.5
Natty:
Report link

Here are some useful commands:

  1. dump out current changelist specs where you can save it to a text file: p4 change -o #CL > backup.txt
  2. modify your backup.txt maybe via sed -i so you can automate
  3. p4 change -i < backup.txt to overwrite the existing files.
  4. p4 change -o #CL to double check everything is done cleanly.
Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Quantum