SVN Feature Branch Method
- by Seth
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