You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/08/03 17:45:01 UTC

svn commit: r981935 - /subversion/trunk/subversion/libsvn_wc/wc.h

Author: hwright
Date: Tue Aug  3 15:45:01 2010
New Revision: 981935

URL: http://svn.apache.org/viewvc?rev=981935&view=rev
Log:
* subversion/libsvn_wc/wc.h:
  Add a comment explaining SVN_WC__SINGLE_DB vs. SINGLE_DB, and make the
  definition of SINGLE_DB dependent upon SVN_WC__SINGLE_DB.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc.h

Modified: subversion/trunk/subversion/libsvn_wc/wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=981935&r1=981934&r2=981935&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Tue Aug  3 15:45:01 2010
@@ -49,8 +49,16 @@ extern "C" {
 #define SVN_WC__REVERT_EXT    ".svn-revert" /* for reverting a replaced
                                                file */
 
-/*#define SVN_WC__SINGLE_DB
-#define SINGLE_DB*/
+
+/* ### Both SVN_WC__SINGLE_DB and SINGLE_DB are needed for proper use of the
+   ### experimental single-db feature.  They have slightly different meanings,
+   ### which is why there are two contants.  They will both disappear in the
+   ### final 1.7 release, but for now, if you want to use SINGLE_DB, you'll
+   ### need to uncomment the following line. */
+/* #define SVN_WC__SINGLE_DB */
+#ifdef SVN_WC__SINGLE_DB
+#define SINGLE_DB
+#endif
 
 
 /* We can handle this format or anything lower, and we (should) error