I am actually new to project and need your help.
I want to implement release branch strategy in my project.
Plan is, whenever the developers check-in changes through SVN,the commit should go to the code review tool ( in my case Teamcity) and from there it should start compilation in jenkins ( will run one build job).
Once the compilation is successful then will add reviewers to that commit. Once review is done we need to merge that particular commit into SVN trunk.
So that we will not break the trunk because of faulty commits.
Can some one please explain how to achieve this.
If you give me the idea, I will explore and work on it.
Thanks in advance.