Perforce: How do I p4 integrate a local uncommited changelist?
- by Nocturne
So here's my scenario:
I have two projects projectA and projectB. A branchspec auto-integrates projectA to projectB.
Now, I have a changelist which modifies some files in projectA -- I have not committed/submitted this changelist yet.
I'd like this changelist to go into projectB only.
Doing a
p4 integrate -b branchspec -c changelistNumber
shows
"All revision(s) are integrated."
How can I integrate an uncommitted changelist?