Author: breser
Date: Mon Dec 10 22:33:26 2012
New Revision: 1419842
URL: http://svn.apache.org/viewvc?rev=1419842&view=rev
Log:
Improve the example given for creating the tag while rolling a release.
* publish/docs/community-guide/release.part.html
(rolling-release): create-tag looks for svn_version.h.dist so you should pass
--base-dir.
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=1419842&r1=1419841&r2=1419842&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Mon Dec 10
22:33:26 2012
@@ -848,7 +848,7 @@ and append gpg signatures to the corresp
<p>Create the tag with the <tt>svn_version.h</tt> that reflects the final
release. You do this using:
<pre>
- release.py create-tag X.Y.Z 1234
+ release.py --base-dir /opt/svnrm create-tag X.Y.Z 1234
</pre>
<p>Note: Please always make a tag, even for release candidates.</p>