Is it possible to create a patch using a set of changelists?

Posted by webXL on Stack Overflow See other posts from Stack Overflow or by webXL
Published on 2010-04-21T21:22:46Z Indexed on 2010/04/22 5:03 UTC
Read the original article Hit count: 189

Filed under:

Problem: 2 projects shared trunk and were updating some of the same files. Now one project needs to be released, so a new branch was created from a checkpoint before the projects started.

I have a list of just my changelist numbers from the mainline. Using that I can generate a list changed files and diff output using a script with a series of 'p4 describe #' commands.

Can I reformat that output and apply it to the new branch somehow?

© Stack Overflow or respective owner

Related posts about perforce