Reapplying changelist in perforce
Posted
by Niklas
on Stack Overflow
See other posts from Stack Overflow
or by Niklas
Published on 2010-06-10T13:58:23Z
Indexed on
2010/06/10
14:22 UTC
Read the original article
Hit count: 352
I'm rather new to perforce, but have quite a bit of other VCS experience...
Imagine this:
- You submit changes (changelist 1)
- A colleague submits changes on the same branch, accidentally overwriting your changes. (changelist 2)
I tried integrating (which P4V refuses to do since it's already integrated) and looked around for a way to just generate a patch that I could apply, but couldn't find anything.
For now, I will check out the versions in question and use an external merge tool, but it would be great to know if perforce supports this somehow.
Is there a way using the perforce tools (preferably in P4V) to reapply changelist 1?
© Stack Overflow or respective owner