You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/05/27 20:07:12 UTC

svn commit: r1128412 - in /subversion/trunk/subversion: libsvn_repos/load-fs-vtable.c svnrdump/load_editor.c

Author: cmpilato
Date: Fri May 27 18:07:11 2011
New Revision: 1128412

URL: http://svn.apache.org/viewvc?rev=1128412&view=rev
Log:
* subversion/libsvn_repos/load-fs-vtable.c,
* subversion/svnrdump/load_editor.c
  Drop in some comment pointers to issue #3903.

Modified:
    subversion/trunk/subversion/libsvn_repos/load-fs-vtable.c
    subversion/trunk/subversion/svnrdump/load_editor.c

Modified: subversion/trunk/subversion/libsvn_repos/load-fs-vtable.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/load-fs-vtable.c?rev=1128412&r1=1128411&r2=1128412&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/load-fs-vtable.c (original)
+++ subversion/trunk/subversion/libsvn_repos/load-fs-vtable.c Fri May 27 18:07:11 2011
@@ -67,6 +67,8 @@ struct parse_baton
      (svn_revnum_t *) in the dump stream to their corresponding revisions
      (svn_revnum_t *) in the loaded repository.  The hash and its
      contents are allocated in POOL. */
+  /* ### See http://subversion.tigris.org/issues/show_bug.cgi?id=3903
+     ### for discussion about improving the memory costs of this mapping. */
   apr_hash_t *rev_map;
 
   /* The most recent (youngest) revision from the dump stream mapped in

Modified: subversion/trunk/subversion/svnrdump/load_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnrdump/load_editor.c?rev=1128412&r1=1128411&r2=1128412&view=diff
==============================================================================
--- subversion/trunk/subversion/svnrdump/load_editor.c (original)
+++ subversion/trunk/subversion/svnrdump/load_editor.c Fri May 27 18:07:11 2011
@@ -80,6 +80,8 @@ struct parse_baton
 
   /* A mapping of svn_revnum_t * dump stream revisions to their
      corresponding svn_revnum_t * target repository revisions. */
+  /* ### See http://subversion.tigris.org/issues/show_bug.cgi?id=3903
+     ### for discussion about improving the memory costs of this mapping. */
   apr_hash_t *rev_map;
 
   /* The most recent (youngest) revision from the dump stream mapped in