[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: <kfogel_at_collab.net>
Date: 2003-07-29 23:13:20 CEST

Philip, want to try the same experiments, with this patch applied?

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));
+ FALSE, trail));
 
   return SVN_NO_ERROR;
 }

(This should turn directory deltification back on.)

-Karl & Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 29 23:51:23 2003

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

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