Hi,
We're evaluating Control Freak. A lot of interesting features...
I have problem with the branch names. I understood from the docs that the control freak branch naming policy should somehow match with Bitbucket's naming policy.
The matches I see are "release" with "release/xxx" and hotfix with hotfix/xxx. But what Bitbucket branches match control freak default, development, production branches?
Or other way round: what control freak branches match Bitbucket branches feature/xxx, bugfix/xxx.
Best regards Michael
After testing with some branch names I have a better understanding. It seems that a branch name jv-3-18-3-fixes is covered by "hotfix branches" because "hotfix branches" is the only type where "commit history rewrites" are allowed and we can "push -force" to it. Not that obvious, or? These our release branch names come from a CVS to Git vonversion. We should probably consider to rename them to the Bitbucket "release/xxx" scheme. Then Control freak would correctly reject "push -force" on them.