Author: buildbot
Date: Fri Apr 25 10:03:21 2014
New Revision: 906816
Log:
Staging update by buildbot for ace
Modified:
websites/staging/ace/trunk/content/ (props changed)
websites/staging/ace/trunk/content/dev-doc/release-guide.html
Propchange: websites/staging/ace/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Apr 25 10:03:21 2014
@@ -1 +1 @@
-1589948
+1589966
Modified: websites/staging/ace/trunk/content/dev-doc/release-guide.html
==============================================================================
--- websites/staging/ace/trunk/content/dev-doc/release-guide.html (original)
+++ websites/staging/ace/trunk/content/dev-doc/release-guide.html Fri Apr 25 10:03:21 2014
@@ -182,12 +182,13 @@ describes how to do a source release. It
<ul>
<li>make sure there are no dependencies on snapshots/unreleased versions;</li>
<li>double check that the version you want to create is correctly filled in in <tt>build/build.xml</tt>;</li>
-<li>
-<p>create a tagged version of the sources in preparation of the release candidate:</p>
-<p>:::sh
-svn copy https://svn.apache.org/repos/asf/ace/trunk/ https://svn.apache.org/repos/asf/ace/releases/X.Y.Z
-m "Release X.Y.Z"</p>
-</li>
+<li>create a tagged version of the sources in preparation of the release candidate.
</li>
</ul>
+<p>Creating a tagged version of the sources can be done directly through svn:</p>
+<div class="codehilite"><pre><span class="nv">$ </span>svn copy https://svn.apache.org/repos/asf/ace/trunk/
https://svn.apache.org/repos/asf/ace/releases/X.Y.Z -m <span class="s2">"Release
X.Y.Z"</span>
+</pre></div>
+
+
<h2 id="staging-a-release-candidate">Staging a release candidate</h2>
<p>Staging a release starts by checking out a tagged version of the sources:</p>
<div class="codehilite"><pre><span class="nv">$ </span>svn co https://svn.apache.org/repos/asf/ace/releases/X.Y.Z
ace-X.Y.Z
|