分支规范问题

时间:2012-12-22 02:03:15

标签: perforce perforce-integrate perforce-branch-spec

我正在尝试使用分支映射“branch1.2_1.2.0”将更改列表“661234”从源端口移植到目标分支但是我一直认为它已经提交但实际上没有合并更改。我可以克服这个吗?关于问题的任何提示?

我一直在苦苦挣扎,因为一小时尝试各种命令但没有运气,任何ehlp

C:\Users\>p4 integrate -b prima1.2_1.2.0 -c @661243
Invalid changelist number '@661243'.

C:\Users\>p4 integrate -b prima1.2_1.2.0 -c 661243
Change 661243 is already committed.

C:\Users\>p4 integrate -b prima1.2_1.2.0 -c 661243
Change 661243 is already committed.

C:\Users\>p4 integrate -f -b prima1.2_1.2.0 -c 661243
Change 661243 is already committed.

1 个答案:

答案 0 :(得分:4)

抱歉,-c是将更改结果放入的更改列表,您想要的是这样的:

p4 integrate -i -t -b prima1.2_1.2.0 //...@661243