You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2007/11/21 12:15:24 UTC

svn commit: r597036 - /lenya/docu/src/documentation/content/xdocs/docs/release.xml

Author: thorsten
Date: Wed Nov 21 03:15:15 2007
New Revision: 597036

URL: http://svn.apache.org/viewvc?rev=597036&view=rev
Log:
Adding quick svn command to create a tag.

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/release.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/release.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/release.xml?rev=597036&r1=597035&r2=597036&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/release.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/release.xml Wed Nov 21 03:15:15 2007
@@ -50,12 +50,14 @@
       </section>
       <section>
         <title>Create a Tagged Version</title>
+        <p>There are many ways to create a new tag, we will show the quick one and a more detailed one. The quick way is:</p>
+        <source><![CDATA[svn copy https://svn.apache.org/repos/asf/lenya/trunk\
+       https://svn.apache.org/repos/asf/lenya/tags/RELEASE_2_0_RC_2/\
+      -m "Tagging the 2.0 RC2."]]></source>
         <p>
-          Browse to <a href="http://svn.apache.org/repos/asf/lenya/trunk/">http://svn.apache.org/repos/asf/lenya/trunk/</a>
+          Alternatively browse to <a href="http://svn.apache.org/repos/asf/lenya/trunk/">http://svn.apache.org/repos/asf/lenya/trunk/</a>
         </p>
         <source><![CDATA[
-FIXME: this does not apply to releases from trunk!
-
 svn co -r $REVISION https://svn.apache.org/repos/asf/lenya/branches/BRANCH_1_2_X
 cd branches/BRANCH_1_2_X
 svn copy branches/BRANCH_1_2_X tags/RELEASE_1_2_5
@@ -220,4 +222,4 @@
       </ul>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org