Author: danielsh
Date: Fri May  7 14:11:28 2021
New Revision: 1889629

URL: http://svn.apache.org/viewvc?rev=1889629&view=rev
Log:
* subversion/libsvn_subr/config_file.c
  (svn_config_ensure):
    Document how the port number is passed to custom tunnels.

Found by: Nils-Johan Andreasson
(on users@)

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=1889629&r1=1889628&r2=1889629&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/config_file.c (original)
+++ subversion/trunk/subversion/libsvn_subr/config_file.c Fri May  7 14:11:28 
2021
@@ -1442,11 +1442,12 @@ svn_config_ensure(const char *config_dir
         "### is defined.  The command (or environment variable) may contain" NL
         "### arguments, using standard shell quoting for arguments with"     NL
         "### spaces.  The command will be invoked as:"                       NL
-        "###   <command> <hostname> svnserve -t"                             NL
-        "### (If the URL includes a username, then the hostname will be"     NL
-        "### passed to the tunnel agent as <user>@<hostname>.)  If the"      NL
-        "### built-in ssh scheme were not predefined, it could be defined"   NL
-        "### as:"                                                            NL
+        "###   <command> <hostinfo> svnserve -t"                             NL
+        "### where <hostinfo> is the hostname part of the URL.  If the URL"  NL
+        "### specified a username and/or a port, those are included in the"  NL
+        "### <hostinfo> argument in the usual way: <user>@<hostname>:<port>."NL
+        "### If the built-in ssh scheme were not predefined, it could be"    NL
+        "### defined as:"                                                    NL
         "# ssh = $SVN_SSH ssh -q --"                                         NL
         "### If you wanted to define a new 'rsh' scheme, to be used with"    NL
         "### 'svn+rsh:' URLs, you could do so as follows:"                   NL


Reply via email to