perforce - Put P4 move operation in a non default changelist -
i'm trying p4 move
retain perforce history. p4 moves created delete/add operation in default changelist. documentation assures me p4 move retain history via 'integration record'.
now want submit p4 move
(delete/add) operation part of changelist. how make sure perforce move rather delete/add indicated changelist , lose history? can see if 'activation record' created when changelist submitted?
you can use p4 opened
see status of opened files in changelist. following sequence of commands illustrates happens during p4 move
.
$ p4 open icons.zip $ p4 opened //full/depot/path/to/icons.zip#1 - edit default change (ubinary) $ p4 move icons.zip foo.zip //full/depot/path/to/foo.zip#1 - moved //full/depot/path/to/icons.zip#1 $ p4 opened //full/depot/path/to/foo.zip#1 - move/add default change (ubinary) //full/depot/path/to/icons.zip#1 - move/delete default change (ubinary) $ p4 changelist change 350425 created 2 open file(s). $ p4 opened //full/depot/path/to/foo.zip#1 - move/add change 350425 (ubinary) //full/depot/path/to/icons.zip#1 - move/delete change 350425 (ubinary)
as can see, creation of new pending changelist didn't change status of opened files @ all, pertains move/add + move/delete
action. if not looking for, please edit question.
note: above tested p4d/2009.2 (server) , p4/2010.1 (client).
Comments
Post a Comment