Author: julianfoad Date: Wed Jul 25 15:21:26 2012 New Revision: 1365622 URL: http://svn.apache.org/viewvc?rev=1365622&view=rev Log: * subversion/include/svn_ra.h (svn_ra_open4): Document the 'config' parameter better.
Modified: subversion/trunk/subversion/include/svn_ra.h Modified: subversion/trunk/subversion/include/svn_ra.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=1365622&r1=1365621&r2=1365622&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_ra.h (original) +++ subversion/trunk/subversion/include/svn_ra.h Wed Jul 25 15:21:26 2012 @@ -621,7 +621,10 @@ typedef struct svn_ra_session_t svn_ra_s * * @a config is a hash mapping <tt>const char *</tt> keys to * @c svn_config_t * values. For example, the @c svn_config_t for the - * "~/.subversion/config" file is under the key "config". + * "~/.subversion/config" file is under the key "config". @a config may + * be NULL. This function examines some config settings under the + * "servers" key (if present) before loading the required RA module, and + * the RA module may also examine any config settings. * * All RA requests require a session; they will continue to * use @a pool for memory allocation.