Author: stsp
Date: Wed Mar 18 13:29:55 2015
New Revision: 1667545
URL: http://svn.apache.org/r1667545
Log:
* site/publish/docs/community-guide/releasing.part.html: Fix a small error in
release.py usage example. The branch for release X.Y.Z is branches/X.Y.x,
not branches/X.Y.Z.
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=1667545&r1=1667544&r2=1667545&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Wed Mar 18
13:29:55 2015
@@ -775,7 +775,7 @@ merged into the release branch, and that
<p><b>Create the tarballs</b>:
Run:</p>
<pre>
-PATH="/opt/svnrm/prefix/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.x X.Y.Z 1234
</pre>
When release.py is done you'll have tarballs within the
<tt>/opt/svnrm/deploy</tt> directory.</p>