First page Back Continue Last page Overview Graphics
Branching
Branches can be created using svn cp
Major changes are often done in a branch to keep the main line of development from breaking
Useful for separating the development branch and released code
Changes can easily be merged from one branch to another
Notes: