SVN Feature Branch Method
Posted
by Seth
on Stack Overflow
See other posts from Stack Overflow
or by Seth
Published on 2009-08-26T16:19:07Z
Indexed on
2010/05/31
8:12 UTC
Read the original article
Hit count: 247
I am getting a SVN server setup and will be using the feature branch method. I plan on having 1+ branches making up a release tag. How do I merge (?) multiple branches into the release tag, while still maintaining diffs and such? I've given an example of our workflow below.
Multiple devs pull to local
Create feature branch
Commit to branch
Use branch to build QA
(Here is where my question starts)
I need to have all the branches for the next build to be put into a build tag to be used to build Production
© Stack Overflow or respective owner