You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2018/09/25 17:35:23 UTC

svn commit: r1841965 - /subversion/trunk/subversion/libsvn_subr/config_file.c

Author: stsp
Date: Tue Sep 25 17:35:22 2018
New Revision: 1841965

URL: http://svn.apache.org/viewvc?rev=1841965&view=rev
Log:
* subversion/libsvn_subr/config_file.c
  (svn_config_ensure): Add 'http-auth-types' to list of supported options in
   the 'servers' file template.

Modified:
    subversion/trunk/subversion/libsvn_subr/config_file.c

Modified: subversion/trunk/subversion/libsvn_subr/config_file.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/config_file.c?rev=1841965&r1=1841964&r2=1841965&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/config_file.c (original)
+++ subversion/trunk/subversion/libsvn_subr/config_file.c Tue Sep 25 17:35:22 2018
@@ -1155,6 +1155,7 @@ svn_config_ensure(const char *config_dir
         "###                              HTTP operation."                   NL
         "###   http-chunked-requests      Whether to use chunked transfer"   NL
         "###                              encoding for HTTP requests body."  NL
+        "###   http-auth-types            List of HTTP authentication types."NL
         "###   ssl-authority-files        List of files, each of a trusted CA"
                                                                              NL
         "###   ssl-trust-default-ca       Trust the system 'default' CAs"    NL