You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2019/07/31 09:51:30 UTC

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

Author: julianfoad
Date: Wed Jul 31 09:51:30 2019
New Revision: 1864042

URL: http://svn.apache.org/viewvc?rev=1864042&view=rev
Log:
Document a step for updating the 'upcoming changes' branch for a new minor release.

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=1864042&r1=1864041&r2=1864042&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Wed Jul 31 09:51:30 2019
@@ -1263,6 +1263,15 @@ svn ci -m "In 'staging': Add $VER API do
 </pre></p>
     <p>Update the links to the API docs on the index page <a href="/docs/#api">docs/index.html#api</a>.
     </p></li>
+  <li><p>Update the 'latest' branch symlink on svn-qavm.apache.org, from
+    which it generates the list of upcoming changes displayed in <a href="/docs/release-notes">docs/release-notes/index.html</a>.
+    <pre>
+ssh svn-qavm.apache.org
+sudo su svnsvn
+cd src/svn
+rm latest &amp;&amp; ln -s 1.12.x latest
+</pre>
+    </p></li>
 </ul>
 
 <p>Commit the modifications to "publish" (or merge them from "staging" to