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

Re: Svndumpfilter slows down suddenly on Windows

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-02-18 19:08:56 CET

Bern McCarty <Bern.McCarty@bentley.com> writes:

> I suspect something bad is happening with buffering and pipes on
> Windows or something. Has anyone else observed a sudden drop off in
> svndumpfilter performance?

I'd like to blame Windows, but chances are pretty good that
svndumpfilter is the culprit. Try this patch and see if fixes your
problem.

Index: subversion/svndumpfilter/main.c
===================================================================
--- subversion/svndumpfilter/main.c (revision 8682)
+++ subversion/svndumpfilter/main.c (working copy)
@@ -389,7 +389,7 @@
         }
       else
         {
- nb->do_skip = ary_exact_match (pb->dropped_nodes, copyfrom_path);
+ nb->do_skip = ary_prefix_match (pb->prefixes, copyfrom_path);
         }
     }
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 18 19:09:50 2004

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.