You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2013/03/27 00:29:30 UTC

svn commit: r1461371 - /wookie/site/trunk/content/docs/developer/release-process.mdtext

Author: rgardler
Date: Tue Mar 26 23:29:29 2013
New Revision: 1461371

URL: http://svn.apache.org/r1461371
Log:
Add command line for creating tag

Modified:
    wookie/site/trunk/content/docs/developer/release-process.mdtext

Modified: wookie/site/trunk/content/docs/developer/release-process.mdtext
URL: http://svn.apache.org/viewvc/wookie/site/trunk/content/docs/developer/release-process.mdtext?rev=1461371&r1=1461370&r2=1461371&view=diff
==============================================================================
--- wookie/site/trunk/content/docs/developer/release-process.mdtext (original)
+++ wookie/site/trunk/content/docs/developer/release-process.mdtext Tue Mar 26 23:29:29 2013
@@ -152,15 +152,22 @@ Ideally we'd want a +3 from the committe
 ### 7. Create a tag of the current trunk state.
 
   1. Ensure you have checked out a clean copy of the trunk from svn.
-  1. In Eclipse select the wookie root folder and right click. Choose team -> Tag...
-  1. A dialog appears.
-  1. In the Tag: box enter the release version number i.e. '0.12.0'
-    - use the same version here as you entered in step (5.2) when updating the pom-template files
-  1. In the Comment box enter something sensible i.e. 'wookie release 0.12.0'
-  1. Click ok to create the tag.
-  1. If you tick the "Start working in the tag" box, the tag will be created and your local copy will update to the tagged version
-  1. Verify the tag was created correctly & in the right place. 
-    - In the Eclipse SVN Repository Exploring view you can navigate to svn.apache.org/repos/asf/wookie/tags/ and make sure the tag exists.
+  1. If using the command line:
+      1. Run the following command, replacing the version number as appropriate
+
+    svn copy https://svn.apache.org/repos/asf/wookie/trunk/ https://svn.apache.or
+    g/repos/asf/wookie/tags/0.14.0 -m "Wookie release 0.14.0"
+
+  1. If using Eclipse:
+      1. select the wookie root folder and right click. Choose team -> Tag...
+      1. A dialog appears.
+      1. In the Tag: box enter the release version number i.e. '0.12.0'
+          - use the same version here as you entered in step (5.2) when updating the pom-template files
+      1. In the Comment box enter something sensible i.e. 'wookie release 0.12.0'
+      1. Click ok to create the tag.
+      1. If you tick the "Start working in the tag" box, the tag will be created and your local copy will update to the tagged version
+      1. Verify the tag was created correctly & in the right place. 
+          - In the Eclipse SVN Repository Exploring view you can navigate to svn.apache.org/repos/asf/wookie/tags/ and make sure the tag exists.
 
 ### 8. Roll version number forward in all properties files in the trunk.