1

I have codelines Foo v1 and Foo v2 checked out from the depot, where v2 was created from v1 by a p4 integrate command. I have some changes to Foo v1 which are not checked in (I don't want them to be checked in) - but rather I want them applied to Foo v2.

How do I do this using p4 shelve?

4

2 に答える 2

1

perforceのこのブログp4 move -fが推奨する方法です。(削除を元に戻す必要があるかもしれませんが) p4 move manual .

于 2013-01-07T18:42:13.113 に答える
0

次のリリース(まもなくベータ版)では、ブランチ仕様を使用して別のブランチに直接アンシェルフできるようになります。

于 2013-01-08T17:01:42.893 に答える