Project

General

Profile

Actions

Subversion » History » Revision 1

Revision 1/7 | Next »
Amber Herold, 08/02/2011 02:18 PM


Subversion

How to create a new branch in svn

Information on branching.

  1. Before creating the branch, you need to update myamiweb/xml/projectDefaultValues.xml which holds the version number.
    The version number is stored in the database at installation time.
     
  2. Create a new branch:
    $ svn copy http://emg.nysbc.org/svn/myami/trunk http://emg.nysbc.org/svn/myami/branches/myami-2.1 -m "Creating a branch for myami 2.1" 
    
    Committed revision 14869.
    
    

     
  3. If this is a release branch, ask Christopher to make sure only a couple of people are allowed to check in changes to this branch.

Updated by Amber Herold over 13 years ago · 1 revisions