You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2011/05/02 14:21:41 UTC

svn commit: r1098537 - /subversion/trunk/subversion/libsvn_wc/adm_ops.c

Author: rhuijben
Date: Mon May  2 12:21:41 2011
New Revision: 1098537

URL: http://svn.apache.org/viewvc?rev=1098537&view=rev
Log:
* subversion/libsvn_wc/adm_ops.c
  (process_committed_leaf): Following up on r1098506, (partially) answer a
    question.

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

Modified: subversion/trunk/subversion/libsvn_wc/adm_ops.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/adm_ops.c?rev=1098537&r1=1098536&r2=1098537&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/adm_ops.c (original)
+++ subversion/trunk/subversion/libsvn_wc/adm_ops.c Mon May  2 12:21:41 2011
@@ -224,10 +224,13 @@ process_committed_leaf(svn_wc__db_t *db,
       */
 
       /* ### GJS: wtf is the following comment about?  */
-      /* ### If we can determine that nothing below this node was changed
-         ### via this commit, we should keep new_changed_rev at its old
-         ### value, like how we handle files. */
-
+      /* ### Issue #3676: If we can determine that nothing below this node was
+         ### changed via this commit, we should keep new_changed_rev at its old
+         ### value, like how we handle files.
+         ###
+         ### On a clean checkout the last changed rev of the directory is the
+         ### latest revision any of the descendants or the node itself was
+         ### changed. */
       if (have_base && !have_work
           && prop_mods && had_props
           && old_externals)