
31 Dec
2010
31 Dec
'10
9:10 a.m.
According to the docs, a branch initially makes a link in the repository pointing to a specific tree/revision and does not do a full copy.
An SVN copy is how you create a branch - in fact there are no branches as such in SVN - just "cheap copies" when you move from part of the repository to another (Trunk and Sandbox are part of the same SVN tree but have different commit permissions). John.