SVN: Create a new branch from a working copy

Posted by robbiebow on 8 May, 2009 under geek | Be the First to Comment

svn copy . http://example.com/branches/new.branch.name -m 'Created branch for ...'
svn switch http://example.com/branches/new.branch.name