[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: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2005-10-21 15:37:21 CEST

On 10/21/05, Peter N. Lundblad <peter@famlundblad.se> wrote:
> 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.
Of course I know about caching svn:special. I propose solution for
1.3. Because status that takes more than 5 minutes annoyes.

> 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?
Agreed that #ifdef is bad, but there are already #ifdef HAVE_SYMLINK
in current code, I simply extended it.

--
Ivan Zhakov
Received on Fri Oct 21 15:52:20 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.