You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gs...@apache.org on 2010/03/11 10:02:33 UTC

svn commit: r921739 - /subversion/trunk/subversion/libsvn_wc/upgrade.c

Author: gstein
Date: Thu Mar 11 09:02:32 2010
New Revision: 921739

URL: http://svn.apache.org/viewvc?rev=921739&view=rev
Log:
* subversion/libsvn_wc/upgrade.c:
  (read_propfile): add research info

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

Modified: subversion/trunk/subversion/libsvn_wc/upgrade.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/upgrade.c?rev=921739&r1=921738&r2=921739&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/upgrade.c (original)
+++ subversion/trunk/subversion/libsvn_wc/upgrade.c Thu Mar 11 09:02:32 2010
@@ -91,6 +91,10 @@ read_propfile(apr_hash_t **props,
      ### need a historic analysis of 1.x property storage. what will we
      ### actually run into?  */
 
+  /* ### loggy_write_properties() and immediate_install_props() write
+     ### zero-length files for "no props", so we should be a bit smarter
+     ### in here.  */
+
   /* ### should we be forgiving in here? I say "no". if we can't be sure,
      ### then we could effectively corrupt the local working copy.  */