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

Re: Slow performance in check-case-insensitive.pl?

From: Nathan Kidd <nathan-svn_at_spicycrypto.ca>
Date: 2005-07-25 22:58:22 CEST

Marc Sherman wrote:
> Has anyone ever noticed very poor performance in the
> check-case-insensitive.pl hook script? I've been seeing it take a very
> long time to complete, even on simple commits like creating a new
> directory in my tags directory, using svn mkdir with an url.
>
> Any pointers on how to speed this up, or where to look for the problem?

The old perl version of this script is deprecated. (It was doing a
recursive svnlook on any changed paths. This was fine when working deep
in a tree, but for actions like creating a tag as you are doing it means
enumerating a huge swath of the tree.)

Martin Tomes (the script author) posted this to the TortoiseSVN list a
few days ago: http://svn.haxx.se/tsvn/archive-2005-07/0754.shtml

Essentially check the svn trunk for a newer Python version of this script.

HTH,

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 25 22:59:54 2005

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.