click to dismiss

Please change your bookmark for this page

August 2010

SVN (Subversion) Branching Strategy

August 23, 2010 by Rajesh Kumar   Comments (0)

, ,

software configuration management, software configuration management tools

Version control systems play a vital role in the success of a software development team. This blog aims to provide a simple branching and merging strategy to manage the code in a fast paced team development environment.
When do you need branching?
You may need to adopt branching in many different scenarios. Let us assume that on a day to day basis you use agile methodologies such as extreme programming or scrum and you have finally released a reasonably complex project with Version 1.0.0.0.... Read full post