You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/05/11 11:14:29 UTC

svn commit: r943057 - in /subversion/trunk/subversion/libsvn_wc: upgrade.c wc.h

Author: julianfoad
Date: Tue May 11 09:14:29 2010
New Revision: 943057

URL: http://svn.apache.org/viewvc?rev=943057&view=rev
Log:
Add notes about the change to WC format 17 which is in progress.

* subversion/libsvn_wc/upgrade.c
  (svn_wc__upgrade_sdb): Note that format 17 can include other changes too.

* subversion/libsvn_wc/wc.h
  Mention the (unfinished) change from format 16 to 17.

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

Modified: subversion/trunk/subversion/libsvn_wc/upgrade.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/upgrade.c?rev=943057&r1=943056&r2=943057&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/upgrade.c (original)
+++ subversion/trunk/subversion/libsvn_wc/upgrade.c Tue May 11 09:14:29 2010
@@ -1155,6 +1155,7 @@ svn_wc__upgrade_sdb(int *result_format,
                                                        scratch_pool);
           SVN_ERR(svn_io_dir_make(pristine_dir, APR_OS_DEFAULT, scratch_pool));
         }
+        /* ### Format 17 is not yet in use, so can have other changes too. */
         ++start_format;
 
 #if 0

Modified: subversion/trunk/subversion/libsvn_wc/wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=943057&r1=943056&r2=943057&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Tue May 11 09:14:29 2010
@@ -115,6 +115,9 @@ extern "C" {
  * any existing locks to a level of 0. The 'md5_checksum' column was
  * added to PRISTINE for future use.
  *
+ * The change from 16 to 17 added a '.svn/pristine' dir and ...
+ * ### IN PROGRESS
+ *
  * == 1.7.x shipped with format ???
  *
  * Please document any further format changes here.