Perforce: How do I p4 integrate a local uncommited changelist?
Posted
by Nocturne
on Stack Overflow
See other posts from Stack Overflow
or by Nocturne
Published on 2010-03-18T18:53:56Z
Indexed on
2010/03/18
19:11 UTC
Read the original article
Hit count: 233
perforce
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?
© Stack Overflow or respective owner