Hi, we are 100 memeber team working on one Java application. We are following Agile process and every week we will have a release for bug fixes and code changes.
Parallely we are also working on developement release on same code base.
Version Control tool is SVN.
For every week, (issues fix release and development release) all 50 devolpers are merging their changes manually. Becuase of this we have been facing many merge related issues and even some developers are missing to merge their code changes.we dont have any validation in place to validate developer word ( because of 300 + issues and 50 developers.) . we are simply assuming all developers merged their code changes as they mentioned. )
Kindly adivce any optimized solution or Merge Automations if any ?
Hi Prari,
Subversion has had many merge issues going back as long as I can remember. You also have a lot of developers merging their code. Why so many?
Perhaps you should try really good external merge tool.
(What is your platform and technical stack?)
But I should really ask why you have so many merges? Are you branching on every feature? These practices often lead to late-binding integration and result in many problems.
Could you explain your rationalle for so many merges a little more?
Bob Aiello, Technical Editor
CMCrossroads is a TechWell community.
Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.