SVN: Create a new branch from a working copy
svn copy . http://example.com/branches/new.branch.name -m 'Created branch for ...' svn switch http://example.com/branches/new.branch.name
Perl, MySQL, Money and Food
svn copy . http://example.com/branches/new.branch.name -m 'Created branch for ...' svn switch http://example.com/branches/new.branch.name