[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: The small commit problem

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-29 23:55:06 CEST

kfogel@collab.net writes:

> Yes, I think it might be time to turn on directory deltification. It
> was turned off here, I think:
>
> ------------------------------------------------------------------------
> rev 1043: cmpilato | 2002-01-24 10:03:50 (Thu, 24 Jan 2002) | 12 lines
>
> Turning off deltification of directory entries lists (should this be
> wrapped in #ifdef SVN_FS_DELTIFY_DIR_ENTRIES and made into a
> compile-time feature?)

Hmmm, the code has changed quite a bit since then. Would this be the
way to turn it back on?

Index: subversion/libsvn_fs/tree.c
===================================================================
--- subversion/libsvn_fs/tree.c (revision 6607)
+++ subversion/libsvn_fs/tree.c (working copy)
@@ -1385,7 +1385,7 @@
   /* If this node has a predecesser, deltify it. */
   if (noderev->predecessor_id)
     SVN_ERR (txn_deltify (node, noderev->predecessor_count,
- args->is_dir, trail));
+ 0, trail));
 
   return SVN_NO_ERROR;
 }

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 29 23:56:05 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.