You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Oefelein, Martina" <Ma...@dionex.com> on 2007/03/15 16:48:19 UTC

RE: check-case-insensitive.py: Adding to large folders takes a longtime

Hi Nathan,

Thanks. I'll check it out.
For now, I worked around it by temporarily disabling the hook while adding the folder. 

"Large folder" meant that I saw it on the root folder and on a folder which contains over 90% of all files in the repository. 

ciao 
Martina 



-----Original Message-----
From: Nathan Kidd [mailto:nathan-svn@spicycrypto.ca] 
Sent: Thursday, March 15, 2007 5:14 PM
To: users@subversion.tigris.org
Subject: Re: check-case-insensitive.py: Adding to large folders takes a longtime

Oefelein, Martina wrote:
> I have a problem with the check-case-insensitive.py pre-commit hook 
> script on Windows. Adding a folder to the root of the repository or to a 
> large folder (like the root folder of our main project) takes a long 
> time (I stopped it after over an hour).

I'm not sure what "large" means in this context, but the last time I 
tried check-case-insensitive.py it had serious performance problems 
because it was doing a recursive svnlook from the base-most modified URL.

Try case-insensitive.py instead -- performance is much better.
http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/case-insensitive.py

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org