Author: danielsh
Date: Thu Aug 1 12:15:02 2013
New Revision: 1509196
URL: http://svn.apache.org/r1509196
Log:
Follow-up to r1509186:
* subversion/include/svn_config.h
(svn_config_walk_auth_data): Note the birth date of the new behaviour.
Modified:
subversion/trunk/subversion/include/svn_config.h
Modified: subversion/trunk/subversion/include/svn_config.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_config.h?rev=1509196&r1=1509195&r2=1509196&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Thu Aug 1 12:15:02 2013
@@ -740,6 +740,8 @@ typedef svn_error_t *
* config directory location. If it is NULL, the default location
* is used.
*
+ * @note @a config_dir may only be NULL in 1.8.2 and later.
+ *
* @note Removing credentials from the config-based disk store will
* not purge them from any open svn_auth_baton_t instance. Consider
* using svn_auth_forget_credentials() -- from the @a cleanup_func,