Actions
Subversion » History » Revision 4
« Previous |
Revision 4/7
(diff)
| Next »
Amber Herold, 12/11/2012 01:40 PM
Subversion¶
How to check out the code¶
To get the development trunk (where new features are added):
svn co http://emg.nysbc.org/svn/myami/trunk myami/
To get a release version (Bug fixes only please):
svn co http://emg.nysbc.org/svn/myami/branches/myami-2.2 myami-2.2/
How to create a new branch in svn¶
- 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.
- 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.
- 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 almost 12 years ago · 4 revisions