Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change notification.
The "ReleaseCreation" page has been changed by Milamber: http://wiki.apache.org/jmeter/ReleaseCreation?action=diff&rev1=46&rev2=47 }}} * commit docs changes {{{ - svn commit -m "Prepare next release 2.7: update docs tree and overview" + svn commit -m "Prepare next release 2.7: update docs tree and overview (RC3)" }}} + * make a last SVN update to update revision number for your workspace + {{{ + svn update + }}} - * update '''now''' the version for build.xml (remove -SNAPSHOT) + * edit '''now''' the version for build.xml (remove -SNAPSHOT) * ./build.xml: * section: ''<property name="jmeter.version" value="2.7"/>'' - * '''PERHAPS''', make a "svn update" before tagging - * create the new RC tag, e.g. v2_7_RC2 from the workspace + * create the new RC tag, e.g. v2_7_RC3 from the workspace {{{ - svn copy . https://svn.apache.org/repos/asf/jmeter/tags/v2_7_RC2 + svn copy -m "Tag for pre-release" . https://svn.apache.org/repos/asf/jmeter/tags/v2_7_RC3 }}} * this will create the tag from the contents of the workspace. Only the updated files will be shown in the commit message; most files will be shown as being copied from trunk. * N.B. Tags must be immutable, i.e. must not be changed once created. A tag can be deleted if it is no longer needed, but must not be recreated.
