101 |
@echo 'Please figure out what release number you want to use' |
@echo 'Please figure out what release number you want to use' |
102 |
@echo 'Suppose it is x.y.z' |
@echo 'Suppose it is x.y.z' |
103 |
@echo 'Issue the following command:' |
@echo 'Issue the following command:' |
104 |
@echo 'svn copy -m "Creating Release Branch x.y.z" ${_SVN_ROOT_PATH}/trunk ${_SVN_ROOT_PATH}/branches/RB-x.y.z' |
@echo 'svn copy -m "Creating Release Branch x.y.z" ${_SVN_ROOT_PATH}/${PROJECT}/trunk ${_SVN_ROOT_PATH}/${PROJECT}/branches/RB-x.y.z' |
105 |
@echo 'then to work on this branch, do the following command:' |
@echo 'then to work on this branch, do the following command:' |
106 |
@echo 'svn switch ${_SVN_ROOT_PATH}/branches/RB-x.y.z' |
@echo 'svn switch ${_SVN_ROOT_PATH}/branches/RB-x.y.z' |
107 |
|
|