> About the only way it can be done without cherry picking is the one > branch/change (but that wasn't put forward as an option)
That would be the 3rd options: 7. Git Branching Model (see Description 3) on SVN 8. Git Branching Model on SVN now and then on Git (see Note 1) 9. Git Branching Model on Git now (see Note 2) When executed correctly, the GBM results in a branch per feature, or hotfix, added to the repository. > and it's probably a bit excessive/expensive in branching (particularly in > SVN). Hopefully JIRA may help out here (fixed vs resolved)? > Yes, more expensive and tedious in SVN. I wouldn't want to go through JIRA tickets to try to figure out a release, I definitely would not spend my time doing that. > > Thanks, > Justin -omar