Table of Contents

SVN - Branch

About

Code Versioning - Branch (Line of Development) in Svn.

Branches are copies of the same parent (Normally a copy of the trunk directory). The current branch is called a working copy.

You can switch between branches in your working copy with svn switch.

Management

Create a branch

see Svn - Copy