Perforce: Move files to a new Depot (including deletes) -
i have 3 different perforce depots (a, b, , c). each of these 3 depots has long revision history , includes many internally moved & deleted files.
i want move contents of a, b, , c folders inside new depot d. once that, i'd remove a, b, , c. tried the p4 move command within p4v, can't seem move deleted files a, b, , c new folders in d.
is there way (either in p4v, p4admin, or via command line)? basically, move entire depot folder in new depot , maintain complete revision history (including deleted files).
thanks!
it sounds want change history. want perforce pretend files weren't created in a, b , c, have instead have resided in d. not done. it's possible complicated scripting (or via api) can reproduce of file operations in new location. along lines of python script have can import vss data set.
Comments
Post a Comment