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 2015/01/20 14:46:00 UTC

svn commit: r1653246 - /subversion/trunk/subversion/libsvn_repos/dump.c

Author: julianfoad
Date: Tue Jan 20 13:46:00 2015
New Revision: 1653246

URL: http://svn.apache.org/r1653246
Log:
* subversion/libsvn_repos/dump.c
  (dump_node): Add a comment about why there are too many blank lines
    after the 'add' record when a node is replaced by a copied node.

Modified:
    subversion/trunk/subversion/libsvn_repos/dump.c

Modified: subversion/trunk/subversion/libsvn_repos/dump.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/dump.c?rev=1653246&r1=1653245&r2=1653246&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/dump.c (original)
+++ subversion/trunk/subversion/libsvn_repos/dump.c Tue Jan 20 13:46:00 2015
@@ -1093,6 +1093,8 @@ dump_node(struct edit_baton *eb,
 
           /* we can leave this routine quietly now, don't need to dump
              any content;  that was already done in the second record. */
+          /* ### This fall-through results in writing an extra two blank
+             lines. This has been the case since r842476, pre-1.0. */
           must_dump_text = FALSE;
           must_dump_props = FALSE;
         }