[p4] Integration Question
Richard Geiger
rmg at netapp.com
Wed Oct 6 10:03:36 PDT 1999
> Let's say you integrate foo.c from branch1 to branch2
>
> p4 integ //depot/branch1/foo.c //depot/branch2/foo.c
>
> Then you go off and do other work. Later that week, you
> check to see what opened files you have and you learn
> that foo.c is opened for integrate, but you have no idea
> where the file came from. At this point, you could do a
> submit and then a filelog. That would tell you, but you
> want to know where it came from before the submit.
>
> Does anyone know of a quick way of telling from where a file
> is being integrated before the submit occurs?
"p4 resolved", assuming the integration has been resolved.
Otherwise, "resolve [-n]" will show you what has been integrated, but not resolved.
More information about the perforce-user
mailing list