Author: cmpilato
Date: Fri Mar 15 16:36:17 2013
New Revision: 1457007
URL: http://svn.apache.org/r1457007
Log:
* subversion/include/svn_config.h
(SVN_CONFIG_OPTION_GROUPS_DB): Move this up in a file a bit to pair
it with the right options (this list of #defines is intentionally
presented as a nested list that matches the in-config hierarchy.
Also, note this as new in 1.8.
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=1457007&r1=1457006&r2=1457007&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Fri Mar 15 16:36:17 2013
@@ -142,6 +142,8 @@ typedef struct svn_config_t svn_config_t
#define SVN_CONFIG_OPTION_PASSWORD_DB "password-db"
#define SVN_CONFIG_OPTION_REALM "realm"
#define SVN_CONFIG_OPTION_AUTHZ_DB "authz-db"
+/** @since New in 1.8. */
+#define SVN_CONFIG_OPTION_GROUPS_DB "groups-db"
/** @since New in 1.7. */
#define SVN_CONFIG_OPTION_FORCE_USERNAME_CASE "force-username-case"
/** @since New in 1.8. */
@@ -150,7 +152,6 @@ typedef struct svn_config_t svn_config_t
#define SVN_CONFIG_OPTION_USE_SASL "use-sasl"
#define SVN_CONFIG_OPTION_MIN_SSF "min-encryption"
#define SVN_CONFIG_OPTION_MAX_SSF "max-encryption"
-#define SVN_CONFIG_OPTION_GROUPS_DB "groups-db"
/* For repository password database */
#define SVN_CONFIG_SECTION_USERS "users"