Author: hartmannathan
Date: Thu Nov 12 03:07:40 2020
New Revision: 1883329
URL: http://svn.apache.org/viewvc?rev=1883329&view=rev
Log:
* site/staging/docs/release-notes/1.14.html: Trim trailing spaces.
Modified:
subversion/site/staging/docs/release-notes/1.14.html
Modified: subversion/site/staging/docs/release-notes/1.14.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.14.html?rev=1883329&r1=1883328&r2=1883329&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Thu Nov 12 03:07:40
2020
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@@ -82,7 +82,7 @@ also cases where a new feature will work
the client is new and the server old.</p>
<p>There is <strong>no need</strong> to <a
href="http://svnbook.red-bean.com/en/1.8/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate.svnadmin"
->dump and reload</a> your repositories.
+>dump and reload</a> your repositories.
Subversion 1.14 servers can read and write to repositories created by
earlier versions. To upgrade an existing server installation, just install the
newest libraries and binaries on top of the older ones.</p>
@@ -387,7 +387,7 @@ export SVN_EDITOR
<tt>foo bar.txt</tt>:</p>
<pre>
-$ svn up
+$ svn up
Updating '.':
C foo bar.txt
Updated to revision 2.
@@ -509,7 +509,7 @@ in the working copy, for example.</p>
<li>A problem where the resolver mistakenly
<a href="https://svn.apache.org/r1839662">searched back through
the entire history of the repository</a></li>
-<li>A case where text conflicts were created with the incoming changes
+<li>A case where text conflicts were created with the incoming changes
theirs) and local changes (mine) swapped within text conflict markers. This
caused unexpected results when the <tt>svn resolve</tt> command was used with
the <tt>--accept theirs</tt> or <tt>--accept mine</tt> options. This is fixed