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/11/12 16:51:03 UTC

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

Author: hwright
Date: Fri Nov 12 15:51:02 2010
New Revision: 1034436

URL: http://svn.apache.org/viewvc?rev=1034436&view=rev
Log:
Bump the wc format to 21, moving tree conflict information from the parent
nodes to the victims themselves.

* subversion/libsvn_wc/wc.h
  (SVN_WC__VERSION): Bump to 21.

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=1034436&r1=1034435&r2=1034436&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Fri Nov 12 15:51:02 2010
@@ -129,7 +129,7 @@ extern "C" {
  * Please document any further format changes here.
  */
 
-#define SVN_WC__VERSION 20
+#define SVN_WC__VERSION 21
 
 /* Formats <= this have no concept of "revert text-base/props".  */
 #define SVN_WC__NO_REVERT_FILES 4