You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/10/03 19:01:44 UTC

svn commit: r1393617 - /subversion/site/publish/docs/community-guide/releasing.part.html

Author: breser
Date: Wed Oct  3 17:01:43 2012
New Revision: 1393617

URL: http://svn.apache.org/viewvc?rev=1393617&view=rev
Log:
Improve documentation for creating a release.

* publish/docs/community-guide/releasing.part.html
  (before-release): Add example of how to use build-env command.
  (rolling-release): fix path to match what build-env actually makes.

Modified:
    subversion/site/publish/docs/community-guide/releasing.part.html

Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1393617&r1=1393616&r2=1393617&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Wed Oct  3 17:01:43 2012
@@ -712,6 +712,10 @@ special build tools for Subversion RM du
 <tt>/opt/svnrm</tt>.  Configure, build and install the three pieces of
 software with the <tt>release.py build-env</tt> command.
 
+<pre>
+mkdir -p /opt/svnrm &amp;&amp; cd /opt/svnrm &amp;&amp; $HOME/wc/svn/tools/dist/release.py build-env X.Y.Z
+</pre>
+
 </div> <!-- before-release -->
 
 <div class="h3" id="rolling-release">
@@ -728,7 +732,7 @@ the tarball.</p>
 <p><b>Create the tarballs</b>:
 Run:</p>
 <pre>
-PATH="/opt/svnrm/bin:$PATH" ./release.py --base-dir /opt/svnrm roll --branch branches/X.Y.Z X.Y.Z 1234
+PATH="/opt/svnrm/prefix/bin:$PATH" ./release.py --base-dir /opt/svnrm roll --branch branches/X.Y.Z X.Y.Z 1234
 </pre>
 When release.py is done you'll have tarballs within the
 <tt>/opt/svnrm/deploy</tt> directory.</p>