Perforce Howto? Syncing/Merging files between branches.
Posted
by CodeToGlory
on Stack Overflow
See other posts from Stack Overflow
or by CodeToGlory
Published on 2010-04-16T17:09:04Z
Indexed on
2010/04/16
17:13 UTC
Read the original article
Hit count: 163
perforce
(A) ------- (B) ----------- (C) | | | Trunk ReleaseBranch DeveloperBranch
Developers work in the C branch and check-in all the files. The modified files are then labeled in the C branch. The binaries that get deployed are built from B branch and labeled. Currently all this is manual.
In Perforce, is there a simple way to accomplish this like merging Branches based on labels etc?
© Stack Overflow or respective owner