Author: danielsh
Date: Mon Sep 30 14:18:12 2019
New Revision: 1867776
URL: http://svn.apache.org/viewvc?rev=1867776&view=rev
Log:
* docs/community-guide/releasing.part.html
(#backport-merge-bot): Fix invalid markup.
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=1867776&r1=1867775&r2=1867776&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Mon Sep 30
14:18:12 2019
@@ -1528,7 +1528,7 @@ svn checkout --depth=empty https://svn-m
svn up ~svnsvn/src/svn/<i>A.B.x</i> # for each supported branch
</pre>
<p>The repo URL is <tt>svn-master.a.o</tt> because the backports merger runs
- <tt>svn ci && svn up</tt> in a loop, and assumes <tt>svn up</tt> will
+ <tt>svn ci && svn up</tt> in a loop, and assumes <tt>svn up</tt>
will
update it to the revision it just committed. That's not guaranteed
when updating from a mirror (and <tt>svn.a.o</tt> may point to a
mirror). The buildbot slaves do this too, for the same reason.</p>