svn commit: r1869909 - /subversion/trunk/INSTALL

2019-11-16 Thread hartmannathan
Author: hartmannathan
Date: Sun Nov 17 03:48:53 2019
New Revision: 1869909

URL: http://svn.apache.org/viewvc?rev=1869909=rev
Log:
INSTALL: Fix "recommend" -> "recommended" and rewrap lines

* INSTALL:
  (Section I.B. "Dependency Overview" -- Berkeley DB)
Fix grammar error, "recommend" -> "recommended"; this rewraps
several lines to stay within 72 characters wide.

Modified:
subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
URL: 
http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1869909=1869908=1869909=diff
==
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Sun Nov 17 03:48:53 2019
@@ -127,10 +127,10 @@ I.INTRODUCTION
  there are two options.  The newer and recommended one, known
  as FSFS, does not require Berkeley DB.  FSFS stores data in a
  flat filesystem.  The older implementation, known as BDB, has
- been deprecated and is not recommend, but is still available.
- BDB stores data in a Berkeley DB database.  This back-end
- will only be available if the BDB libraries are discovered at
- compile time.
+ been deprecated and is not recommended, but is still
+ available.  BDB stores data in a Berkeley DB database.  This
+ back-end will only be available if the BDB libraries are
+ discovered at compile time.
 
   * libsasl (OPTIONAL for client and server)
 




svn commit: r1869908 - /subversion/site/publish/docs/release-notes/1.14.html

2019-11-16 Thread hartmannathan
Author: hartmannathan
Date: Sun Nov 17 03:05:31 2019
New Revision: 1869908

URL: http://svn.apache.org/viewvc?rev=1869908=rev
Log:
1.14 release notes: Remove leading space in link to Python PEP-0373

* docs/release-notes/1.14.html:
  ("Support for Python 2.7 is being phased out"):
Remove unwanted leading space in hyperlink to Python PEP-0373 that
is apparent in the rendered HTML (and also maintain consistency
with our HTML syntax elsewhere) by moving the closing angle
bracket of the 'a' tag to the following line.

Found by: danielsh

Modified:
subversion/site/publish/docs/release-notes/1.14.html

Modified: subversion/site/publish/docs/release-notes/1.14.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.14.html?rev=1869908=1869907=1869908=diff
==
--- subversion/site/publish/docs/release-notes/1.14.html (original)
+++ subversion/site/publish/docs/release-notes/1.14.html Sun Nov 17 03:05:31 
2019
@@ -244,8 +244,8 @@ Welcome below.
 title="Link to this section">
 
 
-As of 1 January 2020, https://www.python.org/dev/peps/pep-0373/;>
-Python 2.7 has reached end of life. All users are strongly encouraged
+As of 1 January 2020, https://www.python.org/dev/peps/pep-0373/;
+>Python 2.7 has reached end of life. All users are strongly encouraged
 to move to Python 3.
 
 As Subversion 1.14 is a Long Term Support (LTS) release with




Re: svn commit: r1869868 - /subversion/trunk/INSTALL

2019-11-16 Thread Branko Čibej
On 16.11.2019 00:41, Daniel Shahaf wrote:
> hartmannat...@apache.org wrote on Fri, Nov 15, 2019 at 16:21:00 -:
>> +++ subversion/trunk/INSTALL Fri Nov 15 16:20:59 2019
>> @@ -120,17 +120,17 @@ I.INTRODUCTION
>>  assembler modules of OpenSSL.  As of OpenSSL 1.1.0 NASM is the
>>  only supported assembler.
>>  
>> +  * Berkeley DB (DEPRECATED and OPTIONAL for client and server)
>>  
>> + When you create a repository, you have the option of
>> + specifying a storage 'back-end' implementation.  Currently,
>> + there are two options.  The newer and recommended one, known
> There are three options: bdb, fsfs, fsx.  (This error predates your change.)


FSX is still experimental, is not tested by buildbots, was never
"released" in an meaningful way and now I doubt it ever will be.

-- Brane


svn commit: r1869888 - /subversion/trunk/subversion/include/svn_client.h

2019-11-16 Thread julianfoad
Author: julianfoad
Date: Sat Nov 16 08:09:58 2019
New Revision: 1869888

URL: http://svn.apache.org/viewvc?rev=1869888=rev
Log:
* subversion/include/svn_client.h (svn_client_revert4): Tweak doc string.

Suggested by: danielsh

Modified:
subversion/trunk/subversion/include/svn_client.h

Modified: subversion/trunk/subversion/include/svn_client.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1869888=1869887=1869888=diff
==
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Sat Nov 16 08:09:58 2019
@@ -4479,8 +4479,9 @@ svn_client_relocate(const char *dir,
  * removed from the working copy. Otherwise, all items are reverted and
  * their on-disk state changed to match.
  *
- * Consult @a ctx to determine whether or not to revert timestamp to the
- * time of last commit ('use-commit-times = yes').
+ * Consult the @c SVN_CONFIG_OPTION_USE_COMMIT_TIMES option in @a ctx to
+ * determine whether or not to revert timestamp to the time of last
+ * commit ('use-commit-times = yes').
  *
  * If @a ctx->notify_func2 is non-NULL, then for each item reverted,
  * call @a ctx->notify_func2 with @a ctx->notify_baton2 and the path of