How do I create branches?
$ svn copy svn+ssh://host.example.com/repos/project/trunk
svn+ssh://host.example.com/repos/project/branches/NAME_OF_BRANCH
-m "Creating a branch of project"
Tags: svn version-control branch branching-and-merging
Source: By sparkes as answer to the question
This code snippet was collected from stackoverflow, and is licensed under CC BY-SA 4.0
Related code-snippets:
- How can I sync my SVN revision number with my ASP.NET web site?
- How do I upgrade my SQL Server database version?
- Best Practice: Collaborative Environment, Bin Directory, SVN, VB.NET. Best Practice: Collaborative Environment, Bin Directory, SVN, VB.NET. Web.Net.Best Practice: Collaborative Environment, Bin Directory, SVN.Web.Net. Best Practice: SBC, Bin Directory, SVN.Web.Net.
- Can you use SVN Revision to label build in CCNET?
- What do SVN results codes mean?
- How does ASP.NET display SVN Revision Number.?
- How can I start using Version Control and Visual Studio?
- SVN Merge merged extra stuff. SVN merge can pull this stuff out.
- SVN Client Ignore Pattern for VB.NET Solutions and Design for SVN Client Ignore Pattern for VB.NET Solutions.
- How do you git reset --hard HEAD1?
- Making a production build of a PHP project with Subversion?
- How do you deal with configuration files in source control?
- Fix fix svn checksum: Render SVN checksum for Repair!
- What are subversion hooks? What are some examples?
- How do I make Subversion (SVN) send emails on checkins?