Perforce version control: migrate between projects

Hello,

I have one project (A) and want to migrate to another project (B). Both are under version control using perforce. How would I go about migrating assets between them? Right now I just get an error that no files are being copied. Does anyone have a suggestion for a workflow around this?

1 Like

Open the destination project workspace in p4 helix and find its /Content folder. Right-click the Content folder and select “Check Out…”. This will check out all the files in the content folder into a changelist. After you migrate, you can do “revert unchanged files” on that changelist and that should keep only the files from the migration.