You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2012/10/11 19:04:38 UTC

svn commit: r1397166 - /subversion/trunk/subversion/include/svn_config.h

Author: rhuijben
Date: Thu Oct 11 17:04:38 2012
New Revision: 1397166

URL: http://svn.apache.org/viewvc?rev=1397166&view=rev
Log:
* subversion/include/svn_config.h
  (SVN_CONFIG_OPTION_TEMPLATE_ROOT): Mark deprecated.

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=1397166&r1=1397165&r2=1397166&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_config.h (original)
+++ subversion/trunk/subversion/include/svn_config.h Thu Oct 11 17:04:38 2012
@@ -108,6 +108,7 @@ typedef struct svn_config_t svn_config_t
 #define SVN_CONFIG_OPTION_GLOBAL_IGNORES            "global-ignores"
 #define SVN_CONFIG_OPTION_LOG_ENCODING              "log-encoding"
 #define SVN_CONFIG_OPTION_USE_COMMIT_TIMES          "use-commit-times"
+/** @deprecated Not used by Subversion since 2003/r847039 (well before 1.0) */
 #define SVN_CONFIG_OPTION_TEMPLATE_ROOT             "template-root"
 #define SVN_CONFIG_OPTION_ENABLE_AUTO_PROPS         "enable-auto-props"
 #define SVN_CONFIG_OPTION_NO_UNLOCK                 "no-unlock"