Svn-Checkout.co.uk » Blog Archive » How and to create efficient Branches using Subversion
How and to create efficient Branches using SubversionTo a lot of people Branching is a dark art which should be avoided at all costs. This makes me sad since its such a great feature of most version control systems. A branch is normally a copy of the trunk which is totally isolated from the Trunk. Creating a Branch allows you to create parallel or more development streams.