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/05/17 08:13:33 UTC

svn commit: r944982 - /subversion/trunk/subversion/libsvn_wc/status.c

Author: gstein
Date: Mon May 17 06:13:33 2010
New Revision: 944982

URL: http://svn.apache.org/viewvc?rev=944982&view=rev
Log:
* subversion/libsvn_wc/status.c:
  (assemble_status): add ref to example of brittleness.

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

Modified: subversion/trunk/subversion/libsvn_wc/status.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/status.c?rev=944982&r1=944981&r2=944982&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/status.c (original)
+++ subversion/trunk/subversion/libsvn_wc/status.c Mon May 17 06:13:33 2010
@@ -422,6 +422,7 @@ assemble_status(svn_wc_status3_t **statu
       /* ### we could compute this ourself, based on the prop hashes
          ### fetched above. but for now, there is some trickery we may
          ### need to rely upon in ths function. keep it for now.  */
+      /* ### see r944980 as an example of the brittleness of this stuff.  */
       SVN_ERR(svn_wc__props_modified(&prop_modified_p, db, local_abspath,
                                      scratch_pool));