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=45&rev2=46

Comment:
Add a svn switch to have the correct revision number in binaries files

   * update '''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
  {{{
  svn copy . https://svn.apache.org/repos/asf/jmeter/tags/v2_7_RC2
@@ -59, +60 @@

       * If the tag is part of an ongoing release vote, do not delete it whilst 
the vote is ongoing, even if the vote is now using a later tag. It can be 
useful to be able to compare the contents of tags as part of the voting process.
       * Once the release vote is over, intermediate tags are no longer needed, 
and can be deleted.
       * If the tag has not been used in a release vote, it can be deleted 
immediately.
+  * Switch to the new tag
+ {{{
+ svn switch https://svn.apache.org/repos/asf/jmeter/tags/v2_7_RC2
+ }}}
   * build code to make a testing binary with this ant task:
  {{{
  ant -Djmeter.version=2.7 -Duser.name=usern...@apache.org distribution

Reply via email to