Prior to my joining, the SVN project repository has been set up with 4 top-level
Releasefolders.We only aim to have 1 production system at the end of our work.
Each of the
Releasefolders has its ownbranches/tags/trunkfolders.
The Release folders are fine for the dev teams to work in, however for overall config of the system, I need to merge these Release folders into a single Integration folder set.
I would do the following:
Branching from Release 1 to a new Integration branch folder and then merging the contents of each of the subsequent Release folders into that.
Can you recommend a better approach or the one I have in mind will work and is sufficient? Any alternatives?
