You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/01/04 10:39:01 UTC

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

Author: andreas
Date: Fri Jan  4 01:38:59 2008
New Revision: 608780

URL: http://svn.apache.org/viewvc?rev=608780&view=rev
Log:
Added note about setting the revision number when releasing with a development version of Cocoon.

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=608780&r1=608779&r2=608780&view=diff
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/release.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/release.xml Fri Jan  4 01:38:59 2008
@@ -83,6 +83,13 @@
         <source><![CDATA[
 cocoon.src.dir=externals/cocoon_2_1_10
 ]]></source>
+        <p>
+          If it has been decided that a development version of Cocoon shall be used, add the revision
+          number to the <code>svn:externals</code> declaration:
+        </p>
+        <source><![CDATA[
+svn propset cocoon_2_1_x -r 608663 https://svn.apache.org/repos/asf/cocoon/branches/BRANCH_2_1_X .
+]]></source>
       </section>
       <section>
         <title>Testing</title>



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