Search code examples
perforcep4v

Move all existing changes under a folder to desired changelist in Perforce


If changes for a folder already exist in the default changelist (or other changelists), I want to collect them all in one changelist. How can I accomplish this in perforce, preferably P4V?


Solution

  • From the command line:

    p4 reopen -c CHANGE //depot/folder/...
    

    In P4V, select the files and do Actions > Move Files to Another Changelist.