You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2015/12/28 21:18:57 UTC

svn commit: r1721986 - /axis/axis2/java/core/trunk/src/site/markdown/release-process.md

Author: veithen
Date: Mon Dec 28 20:18:57 2015
New Revision: 1721986

URL: http://svn.apache.org/viewvc?rev=1721986&view=rev
Log:
Update release procedure with information from INFRA-11007.

Modified:
    axis/axis2/java/core/trunk/src/site/markdown/release-process.md

Modified: axis/axis2/java/core/trunk/src/site/markdown/release-process.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/markdown/release-process.md?rev=1721986&r1=1721985&r2=1721986&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/markdown/release-process.md (original)
+++ axis/axis2/java/core/trunk/src/site/markdown/release-process.md Mon Dec 28 20:18:57 2015
@@ -175,9 +175,10 @@ In order to prepare the release artifact
         mvn release:prepare
 
     When asked for a tag name, accept the default value (in the following format: `vX.Y.Z`).
-    The execution of the `release:prepare` goal may occasionally fail for users in
-    locations that use the EU Subversion server. If this happens,
-    wait for a minute (so that the EU server can catch up with its master) and simply rerun the command.
+    The execution of the `release:prepare` goal may occasionally fail because `svn.apache.org`
+    resolves to one of the geolocated SVN mirrors and there is a propagation delay between
+    the master and these mirrors. If this happens,
+    wait for a minute (so that the mirrors can catch up with the master) and simply rerun the command.
     It will continue where the error occurred.
 
 2.  Perform the release using the following command:
@@ -201,6 +202,10 @@ In order to prepare the release artifact
 
     Now go to the `target/scmpublish-checkout` directory (relative to `target/checkout`) and check that there
     are no unexpected changes to the site. Then commit the changes.
+    Note that this may fail because of [INFRA-11007](https://issues.apache.org/jira/browse/INFRA-11007).
+    In this case, switch to the Subversion master using the following command before trying to commit again:
+
+        svn switch --relocate https://svn.apache.org/ https://svn-master.apache.org/
 
 7.  Start the release vote by sending a mail to `java-dev@axis.apache.org`.
     The mail should mention the following things: