You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ve...@apache.org on 2010/11/04 21:53:34 UTC

svn commit: r1031236 - /webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml

Author: veithen
Date: Thu Nov  4 20:53:33 2010
New Revision: 1031236

URL: http://svn.apache.org/viewvc?rev=1031236&view=rev
Log:
Refined the release process documentation and reflected some recent changes in SVN organization.

Modified:
    webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml

Modified: webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml?rev=1031236&r1=1031235&r2=1031236&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/docbkx/devguide.xml Thu Nov  4 20:53:33 2010
@@ -418,6 +418,7 @@ javax.xml.stream.XMLOutputFactory=com.be
                         script can be used for that:
                     </para>
 <screen>cd /www/www.apache.org/dist/ws/commons/axiom
+umask 0002
 python <replaceable>path_to_etc</replaceable>/dist.py <replaceable>version</replaceable></screen>
                     <para>
                         <replaceable>version</replaceable> is the release version, e.g. <literal>1.2.9</literal>.
@@ -435,7 +436,7 @@ python <replaceable>path_to_etc</replace
                         Also check out the existing site:
                     </para>
 <screen>svn co https://svn.apache.org/repos/asf/webservices\
-/commons/site/axiom axiom-site</screen>
+/axiom/site axiom-site</screen>
                     <para>
                         The existing site needs to be overwritten with the site generated for the new
                         release. This can be done easily using the <filename>etc/syncsite.py</filename> script