Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "PDT/Tagging Procedure"

< PDT
 
m (Zulus.w3des.net moved page PDT Tagging Procedure to PDT/Tagging Procedure: Wy want keep all PDT* pages under PDT dir.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
== Preparing new versions ==
 
== Preparing new versions ==
  
#Update the sources from CVS:
+
#Update the sources from GIT:
 
##Update all the existing plugins.
 
##Update all the existing plugins.
##Re-Check out all the plugins ('''Import -> CVS -> Existing Module'''), when proposed to confirm overwrite choose '''No to All''' (Exceptions).
 
 
##Open ''org.eclipse.php_feature/feature.xml''.
 
##Open ''org.eclipse.php_feature/feature.xml''.
 
##Make sure all the needed plugins are listed.
 
##Make sure all the needed plugins are listed.
#<span id="create_tag">Create the new tag in CVS</span>.
+
#<span id="create_tag">Create the new tag in GIT</span>.
##Commit the changes into CVS ('''Team -> Commit''').
+
##Create the tag on relevant plugins as follows  
##Create the tag on relevant plugins as follows (requires [http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/org.eclipse.releng.tools-3.2.1.zip org.eclipse.releng.tools]):
+
##* Do '''Team -> Advanced -> Tag'''.
##* Do '''Team -> Release...'''.
+
##* Insert tag name (R3.5.0)
##* Choose "Specify the map project you want to use" and select the '''org.eclipse.php-releng''' project.
+
##* Insert description (Release 3.5.0)
##* Check all the relevant plugins/features. Make sure that "Release only projects that have changed since the last release" is NOT checked.  
+
##* Run '''Create  Tag and Start Push'''
##* Insert tag name (vYYYYMMDD).
+
 
##*
+
 
 +
[[Category:PDT]]

Latest revision as of 16:40, 15 August 2015

Preparing new versions

  1. Update the sources from GIT:
    1. Update all the existing plugins.
    2. Open org.eclipse.php_feature/feature.xml.
    3. Make sure all the needed plugins are listed.
  2. Create the new tag in GIT.
    1. Create the tag on relevant plugins as follows
      • Do Team -> Advanced -> Tag.
      • Insert tag name (R3.5.0)
      • Insert description (Release 3.5.0)
      • Run Create Tag and Start Push

Back to the top