We have a repository in the style:
branches/
tags/
trunk/
in the directoy trunk we have the head version. To create a branch for the files in trunk execute:
svn copy trunk branches/asterisk_idefix.fechner.net
Check if everything is fine with:
svn status
A + branches/asterisk_idefix.fechner.net
Then commit the changes to the repository:
svn commit -m "Branch for asterisk configuration at host idefix.fechner.net created"
Related Posts
Dec 16 | Create a new repository | 1 min read |
Dec 16 | First checkout | 1 min read |
Dec 16 | Hide Whitespace Changes | 1 min read |
Dec 16 | Import data into the new repository | 1 min read |
Dec 16 | Move Repository to another Computer | 1 min read |