You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/03/23 22:58:39 UTC

svn commit: r1580629 - /subversion/trunk/subversion/libsvn_fs_fs/cached_data.c

Author: stefan2
Date: Sun Mar 23 21:58:39 2014
New Revision: 1580629

URL: http://svn.apache.org/r1580629
Log:
Follow-up to r1580406.

* subversion/libsvn_fs_fs/cached_data.c
  (svn_fs_fs__get_file_delta_stream): Update commentary. No functional change.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/cached_data.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/cached_data.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/cached_data.c?rev=1580629&r1=1580628&r2=1580629&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/cached_data.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/cached_data.c Sun Mar 23 21:58:39 2014
@@ -1938,8 +1938,9 @@ svn_fs_fs__get_file_delta_stream(svn_txd
   svn_fs_fs__rep_header_t *rep_header;
   fs_fs_data_t *ffd = fs->fsap_data;
 
-  /* Try a shortcut: if the target is stored as a delta against the
-     source, then just use that delta. */
+  /* Try a shortcut: if the target is stored as a delta against the source,
+     then just use that delta.  However, prefer using the fulltext cache
+     whenever that is available. */
   if (target->data_rep && (source || ! ffd->fulltext_cache))
     {
       /* Read target's base rep if any. */