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

Re: [PATCH]: Check for symlinks only if HAVE_SYMLINK defined.

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-10-21 15:17:08 CEST

On Fri, 21 Oct 2005, Ivan Zhakov wrote:

> I propose to disable call to svn_wc__get_specialI() unless
> HAVE_SYMLINK defined. It should improve "svn status" performance on
> Windows. I have already mantain such version of subversion for my
> company. It increase performance about 30%. Anybody against?

One of the planned changes on wc-propcaching is to store svn:special (and
other well-chosen properties) in the entries file, which will increase the
performance on all platforms. The problem with your approach is ath it
introduces one more platform specific #ifdef:-) Can we let your patch wait
until we know if wc-propcaching will be ready for 1.4?

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 21 15:46:31 2005

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.