First of all, I have a root stream called //// streams / main. Then I created an additional stream called //// streams / branchA, whose parent is //// streams / main. and I always worked on my own thread - branch A
Now I want to perform the integration down, from main to branch A. On my dev machine, I synchronized my local client with the latest version of branch A. Then I entered the following command (the command generated dialogue P4, Merge / Integrate, I copied it from the log window P4)
p4 merge -c 101005 -r -S //streams/BranchA -s //streams/BranchA/ ...@label _20130901
but, I got an error
Integration errors: No target file(s) in both client and branch view. There are a total of 1 errors.
I donβt know where I was wrong, and how to fix it?
My machine for developers is WIN8, the version of the client version of P4 is 2013 March 20.
perforce perforce-integrate
Orionpax
source share