Here are some useful commands:
- dump out current changelist specs where you can save it to a text file: p4 change -o #CL > backup.txt
- modify your backup.txt maybe via sed -i so you can automate
- p4 change -i < backup.txt to overwrite the existing files.
- p4 change -o #CL to double check everything is done cleanly.