Perforce Integrate a Changelist
Writing by shivdev on Thursday, 18 of December , 2008 at 10:41 am
If you’re trying to integrate a changelist 177256 from src branch to target branch
p4 integ //depot/src/main/…@177256,@177256 //depot/target/main/…
For more infor visit P4 Knowledge Base.
Comments (1)
Category: Perforce
- Add this post to
- Del.icio.us -
- Digg -
- -
- Tweet -
-
-
Comment by Joanthan Schmidt
Made Friday, 22 of October , 2010 at 8:30 am
Or you could use
p4 integ -i //depot/dx3/dx3_dev/…@=582530 //depot/users/np/dx3/…
Using @= is better since you can more easily setup a custom tool in P4V or P4Win cause you can’t duplicate switches like %c for the same tool.
You must be logged in to post a comment.